Html Css Color HEX #CAEEB0 Tea Green

📋 copy color: '#CAEEB0'

red 202 ◦ green 238 ◦ blue 176

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

Shades of Tea Green #CAEEB0

Tints of Tea Green #CAEEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.57%

R = 32.79%
G = 38.64%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#CAEEB0 (or 0xCAEEB0) is known color: Tea Green. HEX triplet: CA, EE and B0. RGB value is (202,238,176). Sum of RGB (Red+Green+Blue) = 202+238+176=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEB0 is #35114F. Grayscale: #DCDCDC. Windows color (decimal): -3477840 or 11595466. OLE color: 11595466.

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

Color convert

RGB 202 238 176 -
CMYK 0.15 0 0.26 0.07
HSL 94.84º 0.65% 0.81% -
HSV(B) 94.84º 0.26% 0.93% -
XYZ 62.77 76.84 52.6 -
YUV 220.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 202 238 176 0.15 0 0.26 0.07 94.84 0.65 0.81
Hex CA EE B0 F 0 1A 7 5F 41 51
Octal 312 356 260 17 0 32 7 137 101 121
Binary 11001010 11101110 10110000 1111 0 11010 111 1011111 1000001 1010001

Color Harmonies of #CAEEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEB0

Black with #CAEEB0

Text Example


Text Example

White with #CAEEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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