Html Css Color HEX #C6F2AF Tea Green

📋 copy color: '#C6F2AF'

red 198 ◦ green 242 ◦ blue 175

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

Shades of Tea Green #C6F2AF

Tints of Tea Green #C6F2AF

RGB

 RED value IS 198 (77.73% from 255) = 32.2%

 GREEN value IS 242 (94.92% from 255) = 39.35%

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

R = 32.2%
G = 39.35%
B = 28.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#C6F2AF (or 0xC6F2AF) is known color: Tea Green. HEX triplet: C6, F2 and AF. RGB value is (198,242,175). Sum of RGB (Red+Green+Blue) = 198+242+175=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F2AF is #390D50. Grayscale: #DDDDDD. Windows color (decimal): -3738961 or 11530950. OLE color: 11530950.

HSL color Cylindrical-coordinate representation of color #C6F2AF: hue angle of 99.4º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6F2AF is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 242 175 -
CMYK 0.18 0 0.28 0.05
HSL 99.4º 0.72% 0.82% -
HSV(B) 99.4º 0.28% 0.95% -
XYZ 62.78 78.61 52.42 -
YUV 221.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 198 242 175 0.18 0 0.28 0.05 99.4 0.72 0.82
Hex C6 F2 AF 12 0 1C 5 63 48 52
Octal 306 362 257 22 0 34 5 143 110 122
Binary 11000110 11110010 10101111 10010 0 11100 101 1100011 1001000 1010010

Color Harmonies of #C6F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F2AF

Black with #C6F2AF

Text Example


Text Example

White with #C6F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F2AF; }

 p { color: rgb(198,242,175); }

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

background-color css

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

 a { background-color: rgb(198,242,175); }

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

border-color css

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

 span { border-color: rgb(198,242,175); }

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