Html Css Color HEX #CDEFBA Tea Green

📋 copy color: '#CDEFBA'

red 205 ◦ green 239 ◦ blue 186

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

Shades of Tea Green #CDEFBA

Tints of Tea Green #CDEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

 BLUE value IS 186 (73.05% from 255) = 29.52%

R = 32.54%
G = 37.94%
B = 29.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#CDEFBA (or 0xCDEFBA) is known color: Tea Green. HEX triplet: CD, EF and BA. RGB value is (205,239,186). Sum of RGB (Red+Green+Blue) = 205+239+186=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBA is #321045. Grayscale: #DEDEDE. Windows color (decimal): -3280966 or 12251085. OLE color: 12251085.

HSL color Cylindrical-coordinate representation of color #CDEFBA: hue angle of 98.49º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDEFBA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 186 -
CMYK 0.14 0 0.22 0.06
HSL 98.49º 0.62% 0.83% -
HSV(B) 98.49º 0.22% 0.94% -
XYZ 64.91 78.26 58.14 -
YUV 222.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 205 239 186 0.14 0 0.22 0.06 98.49 0.62 0.83
Hex CD EF BA E 0 16 6 62 3E 53
Octal 315 357 272 16 0 26 6 142 76 123
Binary 11001101 11101111 10111010 1110 0 10110 110 1100010 111110 1010011

Color Harmonies of #CDEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEFBA

Black with #CDEFBA

Text Example


Text Example

White with #CDEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEFBA; }

 p { color: rgb(205,239,186); }

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

background-color css

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

 a { background-color: rgb(205,239,186); }

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

border-color css

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

 span { border-color: rgb(205,239,186); }

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