Html Css Color HEX #CCF6BC Tea Green

📋 copy color: '#CCF6BC'

red 204 ◦ green 246 ◦ blue 188

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

Shades of Tea Green #CCF6BC

Tints of Tea Green #CCF6BC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.56%

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

R = 31.97%
G = 38.56%
B = 29.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#CCF6BC (or 0xCCF6BC) is known color: Tea Green. HEX triplet: CC, F6 and BC. RGB value is (204,246,188). Sum of RGB (Red+Green+Blue) = 204+246+188=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6BC is #330943. Grayscale: #E3E3E3. Windows color (decimal): -3344708 or 12383948. OLE color: 12383948.

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

Color convert

RGB 204 246 188 -
CMYK 0.17 0 0.24 0.04
HSL 103.45º 0.76% 0.85% -
HSV(B) 103.45º 0.24% 0.96% -
XYZ 66.93 82.38 59.95 -
YUV 226.83 106.09 111.72 -
System Red Green Blue C M Y K H S L
Decimal 204 246 188 0.17 0 0.24 0.04 103.45 0.76 0.85
Hex CC F6 BC 11 0 18 4 67 4C 55
Octal 314 366 274 21 0 30 4 147 114 125
Binary 11001100 11110110 10111100 10001 0 11000 100 1100111 1001100 1010101

Color Harmonies of #CCF6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6BC

Black with #CCF6BC

Text Example


Text Example

White with #CCF6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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