Html Css Color HEX #CCFFAF Tea Green

📋 copy color: '#CCFFAF'

red 204 ◦ green 255 ◦ blue 175

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

Shades of Tea Green #CCFFAF

Tints of Tea Green #CCFFAF

RGB

 RED value IS 204 (80.08% from 255) = 32.18%

 GREEN value IS 255 (100% from 255) = 40.22%

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

R = 32.18%
G = 40.22%
B = 27.6%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#CCFFAF (or 0xCCFFAF) is known color: Tea Green. HEX triplet: CC, FF and AF. RGB value is (204,255,175). Sum of RGB (Red+Green+Blue) = 204+255+175=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAF is #330050. Grayscale: #E6E6E6. Windows color (decimal): -3342417 or 11534284. OLE color: 11534284.

HSL color Cylindrical-coordinate representation of color #CCFFAF: hue angle of 98.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCFFAF is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 175 -
CMYK 0.2 0 0.31 0
HSL 98.25º 1% 0.84% -
HSV(B) 98.25º 0.31% 1% -
XYZ 68.4 87.45 53.83 -
YUV 230.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 204 255 175 0.2 0 0.31 0 98.25 1 0.84
Hex CC FF AF 14 0 1F 0 62 64 54
Octal 314 377 257 24 0 37 0 142 144 124
Binary 11001100 11111111 10101111 10100 0 11111 0 1100010 1100100 1010100

Color Harmonies of #CCFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFAF

Black with #CCFFAF

Text Example


Text Example

White with #CCFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFAF; }

 p { color: rgb(204,255,175); }

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

background-color css

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

 a { background-color: rgb(204,255,175); }

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

border-color css

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

 span { border-color: rgb(204,255,175); }

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