#CBFDAD

Color #CBFDAD Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CBFDAD

Tints of Tea Green #CBFDAD

Color information

#CBFDAD (or 0xCBFDAD) is unknown color: approx Tea Green. HEX triplet: CB, FD and AD. RGB value is (203,253,173). Sum of RGB (Red+Green+Blue) = 203+253+173=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDAD is #340252. Grayscale: #E5E5E5. Windows color (decimal): -3408467 or 11402699. OLE color: 11402699.

HSL color Cylindrical-coordinate representation of color #CBFDAD: hue angle of 97.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBFDAD is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB203253173-
CMYK0.2000.320.01
HSL97.5º95.24%83.53%-
HSV(B)97.5º31.62%99.22%-
XYZ67.385.9652.58-
YUV228.9396.44109.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=32.27%
G=40.22%
B=27.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032531730.2000.320.0197.595.2483.53
HexCBFDAD140201625f54
Octal313375255240401142137124
Binary1100101111111101101011011010001000001110001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDAD; }

 p { color: rgb(203,253,173); }

 H1.HeaderClassName
 {
   color: #CBFDAD;
 }
 .AnyTagClassName
 {
   color: #CBFDAD;
 }
</style>
background-color css

<style>
 a { background-color: #CBFDAD; }

 a { background-color: rgb(203,253,173); }

 div.DivClassName
 {
   background-color: #CBFDAD;
 }
 .BgClassName
 {
   background-color: #CBFDAD;
 }
</style>
border-color css

<style>
 span { border-color: #CBFDAD; }

 span { border-color: rgb(203,253,173); }

 td.TdClassName
 {
   border-color: #CBFDAD;
 }
 .TagClassName
 {
   border-color: #CBFDAD;
 }
</style>