Html Css Color HEX #CCFEB2 Tea Green

📋 copy color: '#CCFEB2'

red 204 ◦ green 254 ◦ blue 178

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

Shades of Tea Green #CCFEB2

Tints of Tea Green #CCFEB2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.94%

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

R = 32.08%
G = 39.94%
B = 27.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#CCFEB2 (or 0xCCFEB2) is known color: Tea Green. HEX triplet: CC, FE and B2. RGB value is (204,254,178). Sum of RGB (Red+Green+Blue) = 204+254+178=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEB2 is #33014D. Grayscale: #E6E6E6. Windows color (decimal): -3342670 or 11730636. OLE color: 11730636.

HSL color Cylindrical-coordinate representation of color #CCFEB2: hue angle of 99.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFEB2 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 178 -
CMYK 0.20 0 0.30 0.00
HSL 99.47º 0.97% 0.85% -
HSV(B) 99.47º 0.3% 1% -
XYZ 68.38 86.94 55.3 -
YUV 230.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 204 254 178 0.20 0 0.30 0.00 99.47 0.97 0.85
Hex CC FE B2 14 0 1E 0 63 61 55
Octal 314 376 262 24 0 36 0 143 141 125
Binary 11001100 11111110 10110010 10100 0 11110 0 1100011 1100001 1010101

Color Harmonies of #CCFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEB2

Black with #CCFEB2

Text Example


Text Example

White with #CCFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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