Html Css Color HEX #8ED2BA Bermuda

📋 copy color: '#8ED2BA'

red 142 ◦ green 210 ◦ blue 186

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

Shades of Bermuda #8ED2BA

Tints of Bermuda #8ED2BA

RGB

 RED value IS 142 (55.86% from 255) = 26.39%

 GREEN value IS 210 (82.42% from 255) = 39.03%

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

R = 26.39%
G = 39.03%
B = 34.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#8ED2BA (or 0x8ED2BA) is known color: Bermuda. HEX triplet: 8E, D2 and BA. RGB value is (142,210,186). Sum of RGB (Red+Green+Blue) = 142+210+186=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2BA is #712D45. Grayscale: #BABABA. Windows color (decimal): -7417158 or 12243598. OLE color: 12243598.

HSL color Cylindrical-coordinate representation of color #8ED2BA: hue angle of 158.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2BA is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 186 -
CMYK 0.32 0 0.11 0.18
HSL 158.82º 0.43% 0.69% -
HSV(B) 158.82º 0.32% 0.82% -
XYZ 43.06 55.39 54.88 -
YUV 186.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 142 210 186 0.32 0 0.11 0.18 158.82 0.43 0.69
Hex 8E D2 BA 20 0 B 12 9F 2B 45
Octal 216 322 272 40 0 13 22 237 53 105
Binary 10001110 11010010 10111010 100000 0 1011 10010 10011111 101011 1000101

Color Harmonies of #8ED2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED2BA

Black with #8ED2BA

Text Example


Text Example

White with #8ED2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ED2BA; }

 p { color: rgb(142,210,186); }

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

background-color css

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

 a { background-color: rgb(142,210,186); }

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

border-color css

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

 span { border-color: rgb(142,210,186); }

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