#CAF0BD

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

Shades of Tea Green #CAF0BD

Tints of Tea Green #CAF0BD

Color information

#CAF0BD (or 0xCAF0BD) is unknown color: approx Tea Green. HEX triplet: CA, F0 and BD. RGB value is (202,240,189). Sum of RGB (Red+Green+Blue) = 202+240+189=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0BD is #350F42. Grayscale: #DEDEDE. Windows color (decimal): -3477315 or 12447946. OLE color: 12447946.

HSL color Cylindrical-coordinate representation of color #CAF0BD: hue angle of 104.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF0BD is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB202240189-
CMYK0.1600.210.06
HSL104.71º62.96%84.12%-
HSV(B)104.71º21.25%94.12%-
XYZ64.778.5559.9-
YUV222.82108.91113.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=32.01%
G=38.03%
B=29.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401890.1600.210.06104.7162.9684.12
HexCAF0BD100156693f54
Octal31236027520025615177124
Binary1100101011110000101111011000001010111011010011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0BD; }

 p { color: rgb(202,240,189); }

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

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

 a { background-color: rgb(202,240,189); }

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

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

 span { border-color: rgb(202,240,189); }

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