Html Css Color HEX #CAFAB4 Tea Green

📋 copy color: '#CAFAB4'

red 202 ◦ green 250 ◦ blue 180

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

Shades of Tea Green #CAFAB4

Tints of Tea Green #CAFAB4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 180 (70.7% from 255) = 28.48%

R = 31.96%
G = 39.56%
B = 28.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#CAFAB4 (or 0xCAFAB4) is known color: Tea Green. HEX triplet: CA, FA and B4. RGB value is (202,250,180). Sum of RGB (Red+Green+Blue) = 202+250+180=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAB4 is #35054B. Grayscale: #E3E3E3. Windows color (decimal): -3474764 or 11860682. OLE color: 11860682.

HSL color Cylindrical-coordinate representation of color #CAFAB4: hue angle of 101.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAFAB4 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 180 -
CMYK 0.19 0 0.28 0.02
HSL 101.14º 0.88% 0.84% -
HSV(B) 101.14º 0.28% 0.98% -
XYZ 66.78 84.22 55.92 -
YUV 227.67 101.1 109.69 -
System Red Green Blue C M Y K H S L
Decimal 202 250 180 0.19 0 0.28 0.02 101.14 0.88 0.84
Hex CA FA B4 13 0 1C 2 65 58 54
Octal 312 372 264 23 0 34 2 145 130 124
Binary 11001010 11111010 10110100 10011 0 11100 10 1100101 1011000 1010100

Color Harmonies of #CAFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFAB4

Black with #CAFAB4

Text Example


Text Example

White with #CAFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFAB4; }

 p { color: rgb(202,250,180); }

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

background-color css

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

 a { background-color: rgb(202,250,180); }

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

border-color css

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

 span { border-color: rgb(202,250,180); }

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