Html Css Color HEX #CCEFB1 Tea Green

📋 copy color: '#CCEFB1'

red 204 ◦ green 239 ◦ blue 177

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

Shades of Tea Green #CCEFB1

Tints of Tea Green #CCEFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.55%

R = 32.9%
G = 38.55%
B = 28.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#CCEFB1 (or 0xCCEFB1) is known color: Tea Green. HEX triplet: CC, EF and B1. RGB value is (204,239,177). Sum of RGB (Red+Green+Blue) = 204+239+177=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFB1 is #33104E. Grayscale: #DDDDDD. Windows color (decimal): -3346511 or 11661260. OLE color: 11661260.

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

Color convert

RGB 204 239 177 -
CMYK 0.15 0 0.26 0.06
HSL 93.87º 0.66% 0.82% -
HSV(B) 93.87º 0.26% 0.94% -
XYZ 63.7 77.74 53.24 -
YUV 221.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 204 239 177 0.15 0 0.26 0.06 93.87 0.66 0.82
Hex CC EF B1 F 0 1A 6 5E 42 52
Octal 314 357 261 17 0 32 6 136 102 122
Binary 11001100 11101111 10110001 1111 0 11010 110 1011110 1000010 1010010

Color Harmonies of #CCEFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFB1

Black with #CCEFB1

Text Example


Text Example

White with #CCEFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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