Html Css Color HEX #CAEAC0 Tea Green

📋 copy color: '#CAEAC0'

red 202 ◦ green 234 ◦ blue 192

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

Shades of Tea Green #CAEAC0

Tints of Tea Green #CAEAC0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

 BLUE value IS 192 (75.39% from 255) = 30.57%

R = 32.17%
G = 37.26%
B = 30.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#CAEAC0 (or 0xCAEAC0) is known color: Tea Green. HEX triplet: CA, EA and C0. RGB value is (202,234,192). Sum of RGB (Red+Green+Blue) = 202+234+192=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC0 is #35153F. Grayscale: #DBDBDB. Windows color (decimal): -3478848 or 12643018. OLE color: 12643018.

HSL color Cylindrical-coordinate representation of color #CAEAC0: hue angle of 105.71º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEAC0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 192 -
CMYK 0.14 0 0.18 0.08
HSL 105.71º 0.5% 0.84% -
HSV(B) 105.71º 0.18% 0.92% -
XYZ 63.29 75.21 61.05 -
YUV 219.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 202 234 192 0.14 0 0.18 0.08 105.71 0.5 0.84
Hex CA EA C0 E 0 12 8 6A 32 54
Octal 312 352 300 16 0 22 10 152 62 124
Binary 11001010 11101010 11000000 1110 0 10010 1000 1101010 110010 1010100

Color Harmonies of #CAEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAC0

Black with #CAEAC0

Text Example


Text Example

White with #CAEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAC0; }

 p { color: rgb(202,234,192); }

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

background-color css

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

 a { background-color: rgb(202,234,192); }

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

border-color css

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

 span { border-color: rgb(202,234,192); }

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