Html Css Color HEX #CCEDBB Tea Green

📋 copy color: '#CCEDBB'

red 204 ◦ green 237 ◦ blue 187

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

Shades of Tea Green #CCEDBB

Tints of Tea Green #CCEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

 BLUE value IS 187 (73.44% from 255) = 29.78%

R = 32.48%
G = 37.74%
B = 29.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#CCEDBB (or 0xCCEDBB) is known color: Tea Green. HEX triplet: CC, ED and BB. RGB value is (204,237,187). Sum of RGB (Red+Green+Blue) = 204+237+187=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDBB is #331244. Grayscale: #DDDDDD. Windows color (decimal): -3347013 or 12316108. OLE color: 12316108.

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

Color convert

RGB 204 237 187 -
CMYK 0.14 0 0.21 0.07
HSL 99.6º 0.58% 0.83% -
HSV(B) 99.6º 0.21% 0.93% -
XYZ 64.16 76.99 58.49 -
YUV 221.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 204 237 187 0.14 0 0.21 0.07 99.6 0.58 0.83
Hex CC ED BB E 0 15 7 64 3A 53
Octal 314 355 273 16 0 25 7 144 72 123
Binary 11001100 11101101 10111011 1110 0 10101 111 1100100 111010 1010011

Color Harmonies of #CCEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDBB

Black with #CCEDBB

Text Example


Text Example

White with #CCEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDBB; }

 p { color: rgb(204,237,187); }

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

background-color css

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

 a { background-color: rgb(204,237,187); }

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

border-color css

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

 span { border-color: rgb(204,237,187); }

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