Html Css Color HEX #CDEEC2 Tea Green

📋 copy color: '#CDEEC2'

red 205 ◦ green 238 ◦ blue 194

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

Shades of Tea Green #CDEEC2

Tints of Tea Green #CDEEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.46%

R = 32.18%
G = 37.36%
B = 30.46%

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

#CDEEC2 (or 0xCDEEC2) is known color: Tea Green. HEX triplet: CD, EE and C2. RGB value is (205,238,194). Sum of RGB (Red+Green+Blue) = 205+238+194=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC2 is #32113D. Grayscale: #DFDFDF. Windows color (decimal): -3281214 or 12775117. OLE color: 12775117.

HSL color Cylindrical-coordinate representation of color #CDEEC2: hue angle of 105º 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 #CDEEC2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 194 -
CMYK 0.14 0 0.18 0.07
HSL 105º 0.56% 0.85% -
HSV(B) 105º 0.18% 0.93% -
XYZ 65.49 78.02 62.65 -
YUV 223.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 205 238 194 0.14 0 0.18 0.07 105 0.56 0.85
Hex CD EE C2 E 0 12 7 69 38 55
Octal 315 356 302 16 0 22 7 151 70 125
Binary 11001101 11101110 11000010 1110 0 10010 111 1101001 111000 1010101

Color Harmonies of #CDEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEC2

Black with #CDEEC2

Text Example


Text Example

White with #CDEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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