Html Css Color HEX #CCF2B2 Tea Green

📋 copy color: '#CCF2B2'

red 204 ◦ green 242 ◦ blue 178

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

Shades of Tea Green #CCF2B2

Tints of Tea Green #CCF2B2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.78%

 BLUE value IS 178 (69.92% from 255) = 28.53%

R = 32.69%
G = 38.78%
B = 28.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#CCF2B2 (or 0xCCF2B2) is known color: Tea Green. HEX triplet: CC, F2 and B2. RGB value is (204,242,178). Sum of RGB (Red+Green+Blue) = 204+242+178=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2B2 is #330D4D. Grayscale: #DFDFDF. Windows color (decimal): -3345742 or 11727564. OLE color: 11727564.

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

Color convert

RGB 204 242 178 -
CMYK 0.16 0 0.26 0.05
HSL 95.63º 0.71% 0.82% -
HSV(B) 95.63º 0.26% 0.95% -
XYZ 64.69 79.56 54.07 -
YUV 223.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 204 242 178 0.16 0 0.26 0.05 95.63 0.71 0.82
Hex CC F2 B2 10 0 1A 5 60 47 52
Octal 314 362 262 20 0 32 5 140 107 122
Binary 11001100 11110010 10110010 10000 0 11010 101 1100000 1000111 1010010

Color Harmonies of #CCF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2B2

Black with #CCF2B2

Text Example


Text Example

White with #CCF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2B2; }

 p { color: rgb(204,242,178); }

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

background-color css

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

 a { background-color: rgb(204,242,178); }

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

border-color css

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

 span { border-color: rgb(204,242,178); }

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