Html Css Color HEX #CAEEB8 Tea Green

📋 copy color: '#CAEEB8'

red 202 ◦ green 238 ◦ blue 184

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

Shades of Tea Green #CAEEB8

Tints of Tea Green #CAEEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.49%

R = 32.37%
G = 38.14%
B = 29.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#CAEEB8 (or 0xCAEEB8) is known color: Tea Green. HEX triplet: CA, EE and B8. RGB value is (202,238,184). Sum of RGB (Red+Green+Blue) = 202+238+184=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB8 is #351147. Grayscale: #DDDDDD. Windows color (decimal): -3477832 or 12119754. OLE color: 12119754.

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

Color convert

RGB 202 238 184 -
CMYK 0.15 0 0.23 0.07
HSL 100º 0.61% 0.83% -
HSV(B) 100º 0.23% 0.93% -
XYZ 63.58 77.17 56.89 -
YUV 221.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 202 238 184 0.15 0 0.23 0.07 100 0.61 0.83
Hex CA EE B8 F 0 17 7 64 3D 53
Octal 312 356 270 17 0 27 7 144 75 123
Binary 11001010 11101110 10111000 1111 0 10111 111 1100100 111101 1010011

Color Harmonies of #CAEEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEB8

Black with #CAEEB8

Text Example


Text Example

White with #CAEEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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