Html Css Color HEX #CCF5BC Tea Green

📋 copy color: '#CCF5BC'

red 204 ◦ green 245 ◦ blue 188

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

Shades of Tea Green #CCF5BC

Tints of Tea Green #CCF5BC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.46%

 BLUE value IS 188 (73.83% from 255) = 29.51%

R = 32.03%
G = 38.46%
B = 29.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#CCF5BC (or 0xCCF5BC) is known color: Tea Green. HEX triplet: CC, F5 and BC. RGB value is (204,245,188). Sum of RGB (Red+Green+Blue) = 204+245+188=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5BC is #330A43. Grayscale: #E2E2E2. Windows color (decimal): -3344964 or 12383692. OLE color: 12383692.

HSL color Cylindrical-coordinate representation of color #CCF5BC: hue angle of 103.16º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF5BC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 188 -
CMYK 0.17 0 0.23 0.04
HSL 103.16º 0.74% 0.85% -
HSV(B) 103.16º 0.23% 0.96% -
XYZ 66.63 81.77 59.85 -
YUV 226.24 106.42 112.13 -
System Red Green Blue C M Y K H S L
Decimal 204 245 188 0.17 0 0.23 0.04 103.16 0.74 0.85
Hex CC F5 BC 11 0 17 4 67 4A 55
Octal 314 365 274 21 0 27 4 147 112 125
Binary 11001100 11110101 10111100 10001 0 10111 100 1100111 1001010 1010101

Color Harmonies of #CCF5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5BC

Black with #CCF5BC

Text Example


Text Example

White with #CCF5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5BC; }

 p { color: rgb(204,245,188); }

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

background-color css

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

 a { background-color: rgb(204,245,188); }

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

border-color css

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

 span { border-color: rgb(204,245,188); }

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