Html Css Color HEX #CCECBE Tea Green

📋 copy color: '#CCECBE'

red 204 ◦ green 236 ◦ blue 190

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

Shades of Tea Green #CCECBE

Tints of Tea Green #CCECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.46%

 BLUE value IS 190 (74.61% from 255) = 30.16%

R = 32.38%
G = 37.46%
B = 30.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#CCECBE (or 0xCCECBE) is known color: Tea Green. HEX triplet: CC, EC and BE. RGB value is (204,236,190). Sum of RGB (Red+Green+Blue) = 204+236+190=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBE is #331341. Grayscale: #DDDDDD. Windows color (decimal): -3347266 or 12512460. OLE color: 12512460.

HSL color Cylindrical-coordinate representation of color #CCECBE: hue angle of 101.74º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCECBE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 190 -
CMYK 0.14 0 0.19 0.07
HSL 101.74º 0.55% 0.84% -
HSV(B) 101.74º 0.19% 0.93% -
XYZ 64.19 76.55 60.11 -
YUV 221.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 204 236 190 0.14 0 0.19 0.07 101.74 0.55 0.84
Hex CC EC BE E 0 13 7 66 37 54
Octal 314 354 276 16 0 23 7 146 67 124
Binary 11001100 11101100 10111110 1110 0 10011 111 1100110 110111 1010100

Color Harmonies of #CCECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECBE

Black with #CCECBE

Text Example


Text Example

White with #CCECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECBE; }

 p { color: rgb(204,236,190); }

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

background-color css

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

 a { background-color: rgb(204,236,190); }

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

border-color css

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

 span { border-color: rgb(204,236,190); }

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