Html Css Color HEX #CCFCB0 Tea Green

📋 copy color: '#CCFCB0'

red 204 ◦ green 252 ◦ blue 176

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

Shades of Tea Green #CCFCB0

Tints of Tea Green #CCFCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 176 (69.14% from 255) = 27.85%

R = 32.28%
G = 39.87%
B = 27.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#CCFCB0 (or 0xCCFCB0) is known color: Tea Green. HEX triplet: CC, FC and B0. RGB value is (204,252,176). Sum of RGB (Red+Green+Blue) = 204+252+176=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCB0 is #33034F. Grayscale: #E5E5E5. Windows color (decimal): -3343184 or 11599052. OLE color: 11599052.

HSL color Cylindrical-coordinate representation of color #CCFCB0: hue angle of 97.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFCB0 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 176 -
CMYK 0.19 0 0.30 0.01
HSL 97.89º 0.93% 0.84% -
HSV(B) 97.89º 0.3% 0.99% -
XYZ 67.55 85.59 54.04 -
YUV 228.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 204 252 176 0.19 0 0.30 0.01 97.89 0.93 0.84
Hex CC FC B0 13 0 1E 1 62 5D 54
Octal 314 374 260 23 0 36 1 142 135 124
Binary 11001100 11111100 10110000 10011 0 11110 1 1100010 1011101 1010100

Color Harmonies of #CCFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCB0

Black with #CCFCB0

Text Example


Text Example

White with #CCFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCB0; }

 p { color: rgb(204,252,176); }

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

background-color css

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

 a { background-color: rgb(204,252,176); }

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

border-color css

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

 span { border-color: rgb(204,252,176); }

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