Html Css Color HEX #CCF1C4 Tea Green

📋 copy color: '#CCF1C4'

red 204 ◦ green 241 ◦ blue 196

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

Shades of Tea Green #CCF1C4

Tints of Tea Green #CCF1C4

RGB

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

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

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

R = 31.83%
G = 37.6%
B = 30.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#CCF1C4 (or 0xCCF1C4) is known color: Tea Green. HEX triplet: CC, F1 and C4. RGB value is (204,241,196). Sum of RGB (Red+Green+Blue) = 204+241+196=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1C4 is #330E3B. Grayscale: #E0E0E0. Windows color (decimal): -3345980 or 12906956. OLE color: 12906956.

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

Color convert

RGB 204 241 196 -
CMYK 0.15 0 0.19 0.05
HSL 109.33º 0.62% 0.86% -
HSV(B) 109.33º 0.19% 0.95% -
XYZ 66.32 79.73 64.12 -
YUV 224.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 204 241 196 0.15 0 0.19 0.05 109.33 0.62 0.86
Hex CC F1 C4 F 0 13 5 6D 3E 56
Octal 314 361 304 17 0 23 5 155 76 126
Binary 11001100 11110001 11000100 1111 0 10011 101 1101101 111110 1010110

Color Harmonies of #CCF1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1C4

Black with #CCF1C4

Text Example


Text Example

White with #CCF1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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