Html Css Color HEX #CCEEBD Tea Green

📋 copy color: '#CCEEBD'

red 204 ◦ green 238 ◦ blue 189

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

Shades of Tea Green #CCEEBD

Tints of Tea Green #CCEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

 BLUE value IS 189 (74.22% from 255) = 29.95%

R = 32.33%
G = 37.72%
B = 29.95%

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

#CCEEBD (or 0xCCEEBD) is known color: Tea Green. HEX triplet: CC, EE and BD. RGB value is (204,238,189). Sum of RGB (Red+Green+Blue) = 204+238+189=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEBD is #331142. Grayscale: #DEDEDE. Windows color (decimal): -3346755 or 12447436. OLE color: 12447436.

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

Color convert

RGB 204 238 189 -
CMYK 0.14 0 0.21 0.07
HSL 101.63º 0.59% 0.84% -
HSV(B) 101.63º 0.21% 0.93% -
XYZ 64.66 77.66 59.73 -
YUV 222.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 204 238 189 0.14 0 0.21 0.07 101.63 0.59 0.84
Hex CC EE BD E 0 15 7 66 3B 54
Octal 314 356 275 16 0 25 7 146 73 124
Binary 11001100 11101110 10111101 1110 0 10101 111 1100110 111011 1010100

Color Harmonies of #CCEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEBD

Black with #CCEEBD

Text Example


Text Example

White with #CCEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEBD; }

 p { color: rgb(204,238,189); }

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

background-color css

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

 a { background-color: rgb(204,238,189); }

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

border-color css

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

 span { border-color: rgb(204,238,189); }

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