Html Css Color HEX #CAEEB5 Tea Green

📋 copy color: '#CAEEB5'

red 202 ◦ green 238 ◦ blue 181

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

Shades of Tea Green #CAEEB5

Tints of Tea Green #CAEEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.15%

R = 32.53%
G = 38.33%
B = 29.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CAEEB5 (or 0xCAEEB5) is known color: Tea Green. HEX triplet: CA, EE and B5. RGB value is (202,238,181). Sum of RGB (Red+Green+Blue) = 202+238+181=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB5 is #35114A. Grayscale: #DCDCDC. Windows color (decimal): -3477835 or 11923146. OLE color: 11923146.

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

Color convert

RGB 202 238 181 -
CMYK 0.15 0 0.24 0.07
HSL 97.89º 0.63% 0.82% -
HSV(B) 97.89º 0.24% 0.93% -
XYZ 63.27 77.04 55.25 -
YUV 220.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 202 238 181 0.15 0 0.24 0.07 97.89 0.63 0.82
Hex CA EE B5 F 0 18 7 62 3F 52
Octal 312 356 265 17 0 30 7 142 77 122
Binary 11001010 11101110 10110101 1111 0 11000 111 1100010 111111 1010010

Color Harmonies of #CAEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEB5

Black with #CAEEB5

Text Example


Text Example

White with #CAEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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