Html Css Color HEX #CCF1AF Tea Green

📋 copy color: '#CCF1AF'

red 204 ◦ green 241 ◦ blue 175

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

Shades of Tea Green #CCF1AF

Tints of Tea Green #CCF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.87%

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

R = 32.9%
G = 38.87%
B = 28.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#CCF1AF (or 0xCCF1AF) is known color: Tea Green. HEX triplet: CC, F1 and AF. RGB value is (204,241,175). Sum of RGB (Red+Green+Blue) = 204+241+175=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1AF is #330E50. Grayscale: #DEDEDE. Windows color (decimal): -3346001 or 11530700. OLE color: 11530700.

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

Color convert

RGB 204 241 175 -
CMYK 0.15 0 0.27 0.05
HSL 93.64º 0.7% 0.82% -
HSV(B) 93.64º 0.27% 0.95% -
XYZ 64.09 78.84 52.4 -
YUV 222.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 204 241 175 0.15 0 0.27 0.05 93.64 0.7 0.82
Hex CC F1 AF F 0 1B 5 5E 46 52
Octal 314 361 257 17 0 33 5 136 106 122
Binary 11001100 11110001 10101111 1111 0 11011 101 1011110 1000110 1010010

Color Harmonies of #CCF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1AF

Black with #CCF1AF

Text Example


Text Example

White with #CCF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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