Html Css Color HEX #CDEEC3 Tea Green

📋 copy color: '#CDEEC3'

red 205 ◦ green 238 ◦ blue 195

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

Shades of Tea Green #CDEEC3

Tints of Tea Green #CDEEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.56%

R = 32.13%
G = 37.3%
B = 30.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#CDEEC3 (or 0xCDEEC3) is known color: Tea Green. HEX triplet: CD, EE and C3. RGB value is (205,238,195). Sum of RGB (Red+Green+Blue) = 205+238+195=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC3 is #32113C. Grayscale: #DFDFDF. Windows color (decimal): -3281213 or 12840653. OLE color: 12840653.

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

Color convert

RGB 205 238 195 -
CMYK 0.14 0 0.18 0.07
HSL 106.05º 0.56% 0.85% -
HSV(B) 106.05º 0.18% 0.93% -
XYZ 65.6 78.07 63.24 -
YUV 223.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 205 238 195 0.14 0 0.18 0.07 106.05 0.56 0.85
Hex CD EE C3 E 0 12 7 6A 38 55
Octal 315 356 303 16 0 22 7 152 70 125
Binary 11001101 11101110 11000011 1110 0 10010 111 1101010 111000 1010101

Color Harmonies of #CDEEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEC3

Black with #CDEEC3

Text Example


Text Example

White with #CDEEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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