Html Css Color HEX #CAF6AF Tea Green

📋 copy color: '#CAF6AF'

red 202 ◦ green 246 ◦ blue 175

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

Shades of Tea Green #CAF6AF

Tints of Tea Green #CAF6AF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.49%

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

R = 32.42%
G = 39.49%
B = 28.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#CAF6AF (or 0xCAF6AF) is known color: Tea Green. HEX triplet: CA, F6 and AF. RGB value is (202,246,175). Sum of RGB (Red+Green+Blue) = 202+246+175=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF6AF is #350950. Grayscale: #E0E0E0. Windows color (decimal): -3475793 or 11531978. OLE color: 11531978.

HSL color Cylindrical-coordinate representation of color #CAF6AF: hue angle of 97.18º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAF6AF is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 175 -
CMYK 0.18 0 0.29 0.04
HSL 97.18º 0.8% 0.83% -
HSV(B) 97.18º 0.29% 0.96% -
XYZ 65.05 81.56 52.87 -
YUV 224.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 202 246 175 0.18 0 0.29 0.04 97.18 0.8 0.83
Hex CA F6 AF 12 0 1D 4 61 50 53
Octal 312 366 257 22 0 35 4 141 120 123
Binary 11001010 11110110 10101111 10010 0 11101 100 1100001 1010000 1010011

Color Harmonies of #CAF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF6AF

Black with #CAF6AF

Text Example


Text Example

White with #CAF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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