Html Css Color HEX #CCEFC0 Tea Green

📋 copy color: '#CCEFC0'

red 204 ◦ green 239 ◦ blue 192

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

Shades of Tea Green #CCEFC0

Tints of Tea Green #CCEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 192 (75.39% from 255) = 30.24%

R = 32.13%
G = 37.64%
B = 30.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#CCEFC0 (or 0xCCEFC0) is known color: Tea Green. HEX triplet: CC, EF and C0. RGB value is (204,239,192). Sum of RGB (Red+Green+Blue) = 204+239+192=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC0 is #33103F. Grayscale: #DFDFDF. Windows color (decimal): -3346496 or 12644300. OLE color: 12644300.

HSL color Cylindrical-coordinate representation of color #CCEFC0: hue angle of 104.68º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 192 -
CMYK 0.15 0 0.20 0.06
HSL 104.68º 0.59% 0.85% -
HSV(B) 104.68º 0.2% 0.94% -
XYZ 65.28 78.38 61.56 -
YUV 223.18 110.4 114.32 -
System Red Green Blue C M Y K H S L
Decimal 204 239 192 0.15 0 0.20 0.06 104.68 0.59 0.85
Hex CC EF C0 F 0 14 6 69 3B 55
Octal 314 357 300 17 0 24 6 151 73 125
Binary 11001100 11101111 11000000 1111 0 10100 110 1101001 111011 1010101

Color Harmonies of #CCEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFC0

Black with #CCEFC0

Text Example


Text Example

White with #CCEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFC0; }

 p { color: rgb(204,239,192); }

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

background-color css

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

 a { background-color: rgb(204,239,192); }

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

border-color css

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

 span { border-color: rgb(204,239,192); }

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