Html Css Color HEX #CAF0AF Tea Green

📋 copy color: '#CAF0AF'

red 202 ◦ green 240 ◦ blue 175

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

Shades of Tea Green #CAF0AF

Tints of Tea Green #CAF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.9%

 BLUE value IS 175 (68.75% from 255) = 28.36%

R = 32.74%
G = 38.9%
B = 28.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#CAF0AF (or 0xCAF0AF) is known color: Tea Green. HEX triplet: CA, F0 and AF. RGB value is (202,240,175). Sum of RGB (Red+Green+Blue) = 202+240+175=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0AF is #350F50. Grayscale: #DDDDDD. Windows color (decimal): -3477329 or 11530442. OLE color: 11530442.

HSL color Cylindrical-coordinate representation of color #CAF0AF: hue angle of 95.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF0AF is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 175 -
CMYK 0.16 0 0.27 0.06
HSL 95.08º 0.68% 0.81% -
HSV(B) 95.08º 0.27% 0.94% -
XYZ 63.26 77.97 52.27 -
YUV 221.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 202 240 175 0.16 0 0.27 0.06 95.08 0.68 0.81
Hex CA F0 AF 10 0 1B 6 5F 44 51
Octal 312 360 257 20 0 33 6 137 104 121
Binary 11001010 11110000 10101111 10000 0 11011 110 1011111 1000100 1010001

Color Harmonies of #CAF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0AF

Black with #CAF0AF

Text Example


Text Example

White with #CAF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0AF; }

 p { color: rgb(202,240,175); }

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

background-color css

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

 a { background-color: rgb(202,240,175); }

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

border-color css

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

 span { border-color: rgb(202,240,175); }

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