Html Css Color HEX #CCF9AF Tea Green

📋 copy color: '#CCF9AF'

red 204 ◦ green 249 ◦ blue 175

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

Shades of Tea Green #CCF9AF

Tints of Tea Green #CCF9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.65%

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

R = 32.48%
G = 39.65%
B = 27.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#CCF9AF (or 0xCCF9AF) is known color: Tea Green. HEX triplet: CC, F9 and AF. RGB value is (204,249,175). Sum of RGB (Red+Green+Blue) = 204+249+175=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF9AF is #330650. Grayscale: #E3E3E3. Windows color (decimal): -3343953 or 11532748. OLE color: 11532748.

HSL color Cylindrical-coordinate representation of color #CCF9AF: hue angle of 96.49º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF9AF is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 175 -
CMYK 0.18 0 0.30 0.02
HSL 96.49º 0.86% 0.83% -
HSV(B) 96.49º 0.3% 0.98% -
XYZ 66.52 83.68 53.2 -
YUV 227.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 204 249 175 0.18 0 0.30 0.02 96.49 0.86 0.83
Hex CC F9 AF 12 0 1E 2 60 56 53
Octal 314 371 257 22 0 36 2 140 126 123
Binary 11001100 11111001 10101111 10010 0 11110 10 1100000 1010110 1010011

Color Harmonies of #CCF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9AF

Black with #CCF9AF

Text Example


Text Example

White with #CCF9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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