Html Css Color HEX #CAFEB3 Tea Green

📋 copy color: '#CAFEB3'

red 202 ◦ green 254 ◦ blue 179

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

Shades of Tea Green #CAFEB3

Tints of Tea Green #CAFEB3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40%

 BLUE value IS 179 (70.31% from 255) = 28.19%

R = 31.81%
G = 40%
B = 28.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#CAFEB3 (or 0xCAFEB3) is known color: Tea Green. HEX triplet: CA, FE and B3. RGB value is (202,254,179). Sum of RGB (Red+Green+Blue) = 202+254+179=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEB3 is #35014C. Grayscale: #E6E6E6. Windows color (decimal): -3473741 or 11796170. OLE color: 11796170.

HSL color Cylindrical-coordinate representation of color #CAFEB3: hue angle of 101.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFEB3 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 179 -
CMYK 0.20 0 0.30 0.00
HSL 101.6º 0.97% 0.85% -
HSV(B) 101.6º 0.3% 1% -
XYZ 67.94 86.69 55.8 -
YUV 229.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 202 254 179 0.20 0 0.30 0.00 101.6 0.97 0.85
Hex CA FE B3 14 0 1E 0 66 61 55
Octal 312 376 263 24 0 36 0 146 141 125
Binary 11001010 11111110 10110011 10100 0 11110 0 1100110 1100001 1010101

Color Harmonies of #CAFEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEB3

Black with #CAFEB3

Text Example


Text Example

White with #CAFEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEB3; }

 p { color: rgb(202,254,179); }

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

background-color css

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

 a { background-color: rgb(202,254,179); }

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

border-color css

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

 span { border-color: rgb(202,254,179); }

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