Html Css Color HEX #CCF4BC Tea Green

📋 copy color: '#CCF4BC'

red 204 ◦ green 244 ◦ blue 188

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

Shades of Tea Green #CCF4BC

Tints of Tea Green #CCF4BC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.36%

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

R = 32.08%
G = 38.36%
B = 29.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#CCF4BC (or 0xCCF4BC) is known color: Tea Green. HEX triplet: CC, F4 and BC. RGB value is (204,244,188). Sum of RGB (Red+Green+Blue) = 204+244+188=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4BC is #330B43. Grayscale: #E1E1E1. Windows color (decimal): -3345220 or 12383436. OLE color: 12383436.

HSL color Cylindrical-coordinate representation of color #CCF4BC: hue angle of 102.86º degrees, saturation: 0.72, 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 #CCF4BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 188 -
CMYK 0.16 0 0.23 0.04
HSL 102.86º 0.72% 0.85% -
HSV(B) 102.86º 0.23% 0.96% -
XYZ 66.33 81.17 59.75 -
YUV 225.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 204 244 188 0.16 0 0.23 0.04 102.86 0.72 0.85
Hex CC F4 BC 10 0 17 4 67 48 55
Octal 314 364 274 20 0 27 4 147 110 125
Binary 11001100 11110100 10111100 10000 0 10111 100 1100111 1001000 1010101

Color Harmonies of #CCF4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4BC

Black with #CCF4BC

Text Example


Text Example

White with #CCF4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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