Html Css Color HEX #CCF2B6 Tea Green

📋 copy color: '#CCF2B6'

red 204 ◦ green 242 ◦ blue 182

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

Shades of Tea Green #CCF2B6

Tints of Tea Green #CCF2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.98%

R = 32.48%
G = 38.54%
B = 28.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#CCF2B6 (or 0xCCF2B6) is known color: Tea Green. HEX triplet: CC, F2 and B6. RGB value is (204,242,182). Sum of RGB (Red+Green+Blue) = 204+242+182=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2B6 is #330D49. Grayscale: #E0E0E0. Windows color (decimal): -3345738 or 11989708. OLE color: 11989708.

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

Color convert

RGB 204 242 182 -
CMYK 0.16 0 0.25 0.05
HSL 98º 0.7% 0.83% -
HSV(B) 98º 0.25% 0.95% -
XYZ 65.1 79.72 56.21 -
YUV 223.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 204 242 182 0.16 0 0.25 0.05 98 0.7 0.83
Hex CC F2 B6 10 0 19 5 62 46 53
Octal 314 362 266 20 0 31 5 142 106 123
Binary 11001100 11110010 10110110 10000 0 11001 101 1100010 1000110 1010011

Color Harmonies of #CCF2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2B6

Black with #CCF2B6

Text Example


Text Example

White with #CCF2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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