Html Css Color HEX #CCF0C4 Tea Green

📋 copy color: '#CCF0C4'

red 204 ◦ green 240 ◦ blue 196

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

Shades of Tea Green #CCF0C4

Tints of Tea Green #CCF0C4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.5%

 BLUE value IS 196 (76.95% from 255) = 30.63%

R = 31.88%
G = 37.5%
B = 30.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#CCF0C4 (or 0xCCF0C4) is known color: Tea Green. HEX triplet: CC, F0 and C4. RGB value is (204,240,196). Sum of RGB (Red+Green+Blue) = 204+240+196=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0C4 is #330F3B. Grayscale: #E0E0E0. Windows color (decimal): -3346236 or 12906700. OLE color: 12906700.

HSL color Cylindrical-coordinate representation of color #CCF0C4: hue angle of 109.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF0C4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 196 -
CMYK 0.15 0 0.18 0.06
HSL 109.09º 0.59% 0.85% -
HSV(B) 109.09º 0.18% 0.94% -
XYZ 66.03 79.14 64.02 -
YUV 224.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 204 240 196 0.15 0 0.18 0.06 109.09 0.59 0.85
Hex CC F0 C4 F 0 12 6 6D 3B 55
Octal 314 360 304 17 0 22 6 155 73 125
Binary 11001100 11110000 11000100 1111 0 10010 110 1101101 111011 1010101

Color Harmonies of #CCF0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0C4

Black with #CCF0C4

Text Example


Text Example

White with #CCF0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0C4; }

 p { color: rgb(204,240,196); }

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

background-color css

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

 a { background-color: rgb(204,240,196); }

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

border-color css

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

 span { border-color: rgb(204,240,196); }

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