Html Css Color HEX #CCF8BC Tea Green

📋 copy color: '#CCF8BC'

red 204 ◦ green 248 ◦ blue 188

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

Shades of Tea Green #CCF8BC

Tints of Tea Green #CCF8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.75%

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

R = 31.88%
G = 38.75%
B = 29.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#CCF8BC (or 0xCCF8BC) is known color: Tea Green. HEX triplet: CC, F8 and BC. RGB value is (204,248,188). Sum of RGB (Red+Green+Blue) = 204+248+188=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8BC is #330743. Grayscale: #E4E4E4. Windows color (decimal): -3344196 or 12384460. OLE color: 12384460.

HSL color Cylindrical-coordinate representation of color #CCF8BC: hue angle of 104º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF8BC is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 188 -
CMYK 0.18 0 0.24 0.03
HSL 104º 0.81% 0.85% -
HSV(B) 104º 0.24% 0.97% -
XYZ 67.55 83.6 60.15 -
YUV 228 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 204 248 188 0.18 0 0.24 0.03 104 0.81 0.85
Hex CC F8 BC 12 0 18 3 68 51 55
Octal 314 370 274 22 0 30 3 150 121 125
Binary 11001100 11111000 10111100 10010 0 11000 11 1101000 1010001 1010101

Color Harmonies of #CCF8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8BC

Black with #CCF8BC

Text Example


Text Example

White with #CCF8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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