Html Css Color HEX #CCF0BC Tea Green

📋 copy color: '#CCF0BC'

red 204 ◦ green 240 ◦ blue 188

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

Shades of Tea Green #CCF0BC

Tints of Tea Green #CCF0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.97%

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

R = 32.28%
G = 37.97%
B = 29.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#CCF0BC (or 0xCCF0BC) is known color: Tea Green. HEX triplet: CC, F0 and BC. RGB value is (204,240,188). Sum of RGB (Red+Green+Blue) = 204+240+188=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BC is #330F43. Grayscale: #DFDFDF. Windows color (decimal): -3346244 or 12382412. OLE color: 12382412.

HSL color Cylindrical-coordinate representation of color #CCF0BC: hue angle of 101.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCF0BC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 188 -
CMYK 0.15 0 0.22 0.06
HSL 101.54º 0.63% 0.84% -
HSV(B) 101.54º 0.22% 0.94% -
XYZ 65.14 78.79 59.35 -
YUV 223.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 204 240 188 0.15 0 0.22 0.06 101.54 0.63 0.84
Hex CC F0 BC F 0 16 6 66 3F 54
Octal 314 360 274 17 0 26 6 146 77 124
Binary 11001100 11110000 10111100 1111 0 10110 110 1100110 111111 1010100

Color Harmonies of #CCF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0BC

Black with #CCF0BC

Text Example


Text Example

White with #CCF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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