Html Css Color HEX #CCEBBF Tea Green

📋 copy color: '#CCEBBF'

red 204 ◦ green 235 ◦ blue 191

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

Shades of Tea Green #CCEBBF

Tints of Tea Green #CCEBBF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

 BLUE value IS 191 (75% from 255) = 30.32%

R = 32.38%
G = 37.3%
B = 30.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#CCEBBF (or 0xCCEBBF) is known color: Tea Green. HEX triplet: CC, EB and BF. RGB value is (204,235,191). Sum of RGB (Red+Green+Blue) = 204+235+191=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBBF is #331440. Grayscale: #DCDCDC. Windows color (decimal): -3347521 or 12577740. OLE color: 12577740.

HSL color Cylindrical-coordinate representation of color #CCEBBF: hue angle of 102.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEBBF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 191 -
CMYK 0.13 0 0.19 0.08
HSL 102.27º 0.52% 0.84% -
HSV(B) 102.27º 0.19% 0.92% -
XYZ 64.01 76.02 60.59 -
YUV 220.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 204 235 191 0.13 0 0.19 0.08 102.27 0.52 0.84
Hex CC EB BF D 0 13 8 66 34 54
Octal 314 353 277 15 0 23 10 146 64 124
Binary 11001100 11101011 10111111 1101 0 10011 1000 1100110 110100 1010100

Color Harmonies of #CCEBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBBF

Black with #CCEBBF

Text Example


Text Example

White with #CCEBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBBF; }

 p { color: rgb(204,235,191); }

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

background-color css

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

 a { background-color: rgb(204,235,191); }

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

border-color css

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

 span { border-color: rgb(204,235,191); }

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