Html Css Color HEX #CDEEB5 Tea Green

📋 copy color: '#CDEEB5'

red 205 ◦ green 238 ◦ blue 181

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

Shades of Tea Green #CDEEB5

Tints of Tea Green #CDEEB5

RGB

 RED value IS 205 (80.47% from 255) = 32.85%

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

 BLUE value IS 181 (71.09% from 255) = 29.01%

R = 32.85%
G = 38.14%
B = 29.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CDEEB5 (or 0xCDEEB5) is known color: Tea Green. HEX triplet: CD, EE and B5. RGB value is (205,238,181). Sum of RGB (Red+Green+Blue) = 205+238+181=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEB5 is #32114A. Grayscale: #DDDDDD. Windows color (decimal): -3281227 or 11923149. OLE color: 11923149.

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

Color convert

RGB 205 238 181 -
CMYK 0.14 0 0.24 0.07
HSL 94.74º 0.63% 0.82% -
HSV(B) 94.74º 0.24% 0.93% -
XYZ 64.09 77.46 55.29 -
YUV 221.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 205 238 181 0.14 0 0.24 0.07 94.74 0.63 0.82
Hex CD EE B5 E 0 18 7 5F 3F 52
Octal 315 356 265 16 0 30 7 137 77 122
Binary 11001101 11101110 10110101 1110 0 11000 111 1011111 111111 1010010

Color Harmonies of #CDEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEB5

Black with #CDEEB5

Text Example


Text Example

White with #CDEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEB5; }

 p { color: rgb(205,238,181); }

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

background-color css

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

 a { background-color: rgb(205,238,181); }

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

border-color css

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

 span { border-color: rgb(205,238,181); }

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