Html Css Color HEX #CCF3AF Tea Green

📋 copy color: '#CCF3AF'

red 204 ◦ green 243 ◦ blue 175

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

Shades of Tea Green #CCF3AF

Tints of Tea Green #CCF3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.07%

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

R = 32.8%
G = 39.07%
B = 28.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#CCF3AF (or 0xCCF3AF) is known color: Tea Green. HEX triplet: CC, F3 and AF. RGB value is (204,243,175). Sum of RGB (Red+Green+Blue) = 204+243+175=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF3AF is #330C50. Grayscale: #DFDFDF. Windows color (decimal): -3345489 or 11531212. OLE color: 11531212.

HSL color Cylindrical-coordinate representation of color #CCF3AF: hue angle of 94.41º degrees, saturation: 0.74, 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 #CCF3AF is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 175 -
CMYK 0.16 0 0.28 0.05
HSL 94.41º 0.74% 0.82% -
HSV(B) 94.41º 0.28% 0.95% -
XYZ 64.69 80.03 52.6 -
YUV 223.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 204 243 175 0.16 0 0.28 0.05 94.41 0.74 0.82
Hex CC F3 AF 10 0 1C 5 5E 4A 52
Octal 314 363 257 20 0 34 5 136 112 122
Binary 11001100 11110011 10101111 10000 0 11100 101 1011110 1001010 1010010

Color Harmonies of #CCF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3AF

Black with #CCF3AF

Text Example


Text Example

White with #CCF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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