Html Css Color HEX #CCEDBE Tea Green

📋 copy color: '#CCEDBE'

red 204 ◦ green 237 ◦ blue 190

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

Shades of Tea Green #CCEDBE

Tints of Tea Green #CCEDBE

RGB

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

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

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

R = 32.33%
G = 37.56%
B = 30.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#CCEDBE (or 0xCCEDBE) is known color: Tea Green. HEX triplet: CC, ED and BE. RGB value is (204,237,190). Sum of RGB (Red+Green+Blue) = 204+237+190=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDBE is #331241. Grayscale: #DDDDDD. Windows color (decimal): -3347010 or 12512716. OLE color: 12512716.

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

Color convert

RGB 204 237 190 -
CMYK 0.14 0 0.20 0.07
HSL 102.13º 0.57% 0.84% -
HSV(B) 102.13º 0.2% 0.93% -
XYZ 64.48 77.12 60.2 -
YUV 221.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 204 237 190 0.14 0 0.20 0.07 102.13 0.57 0.84
Hex CC ED BE E 0 14 7 66 39 54
Octal 314 355 276 16 0 24 7 146 71 124
Binary 11001100 11101101 10111110 1110 0 10100 111 1100110 111001 1010100

Color Harmonies of #CCEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDBE

Black with #CCEDBE

Text Example


Text Example

White with #CCEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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