Html Css Color HEX #CCFDB2 Tea Green

📋 copy color: '#CCFDB2'

red 204 ◦ green 253 ◦ blue 178

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

Shades of Tea Green #CCFDB2

Tints of Tea Green #CCFDB2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

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

R = 32.13%
G = 39.84%
B = 28.03%

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

#CCFDB2 (or 0xCCFDB2) is known color: Tea Green. HEX triplet: CC, FD and B2. RGB value is (204,253,178). Sum of RGB (Red+Green+Blue) = 204+253+178=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDB2 is #33024D. Grayscale: #E6E6E6. Windows color (decimal): -3342926 or 11730380. OLE color: 11730380.

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

Color convert

RGB 204 253 178 -
CMYK 0.19 0 0.30 0.01
HSL 99.2º 0.95% 0.85% -
HSV(B) 99.2º 0.3% 0.99% -
XYZ 68.06 86.3 55.19 -
YUV 229.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 204 253 178 0.19 0 0.30 0.01 99.2 0.95 0.85
Hex CC FD B2 13 0 1E 1 63 5F 55
Octal 314 375 262 23 0 36 1 143 137 125
Binary 11001100 11111101 10110010 10011 0 11110 1 1100011 1011111 1010101

Color Harmonies of #CCFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDB2

Black with #CCFDB2

Text Example


Text Example

White with #CCFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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