Html Css Color HEX #CAEEB9 Tea Green

📋 copy color: '#CAEEB9'

red 202 ◦ green 238 ◦ blue 185

#CAEEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CAEEB9

Tints of Tea Green #CAEEB9

RGB

 RED value IS 202 (79.3% from 255) = 32.32%

 GREEN value IS 238 (93.36% from 255) = 38.08%

 BLUE value IS 185 (72.66% from 255) = 29.6%

R = 32.32%
G = 38.08%
B = 29.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#CAEEB9 (or 0xCAEEB9) is known color: Tea Green. HEX triplet: CA, EE and B9. RGB value is (202,238,185). Sum of RGB (Red+Green+Blue) = 202+238+185=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB9 is #351146. Grayscale: #DDDDDD. Windows color (decimal): -3477831 or 12185290. OLE color: 12185290.

HSL color Cylindrical-coordinate representation of color #CAEEB9: hue angle of 100.75º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAEEB9 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 185 -
CMYK 0.15 0 0.22 0.07
HSL 100.75º 0.61% 0.83% -
HSV(B) 100.75º 0.22% 0.93% -
XYZ 63.69 77.21 57.44 -
YUV 221.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 202 238 185 0.15 0 0.22 0.07 100.75 0.61 0.83
Hex CA EE B9 F 0 16 7 65 3D 53
Octal 312 356 271 17 0 26 7 145 75 123
Binary 11001010 11101110 10111001 1111 0 10110 111 1100101 111101 1010011

Color Harmonies of #CAEEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEB9

Black with #CAEEB9

Text Example


Text Example

White with #CAEEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEB9; }

 p { color: rgb(202,238,185); }

 H1.HeaderClassName
 {
   color: #CAEEB9;
 }
 .AnyTagClassName
 {
   color: #CAEEB9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,238,185); }

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

border-color css

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

 span { border-color: rgb(202,238,185); }

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