Html Css Color HEX #8ED5BA Bermuda

📋 copy color: '#8ED5BA'

red 142 ◦ green 213 ◦ blue 186

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

Shades of Bermuda #8ED5BA

Tints of Bermuda #8ED5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.37%

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

R = 26.25%
G = 39.37%
B = 34.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#8ED5BA (or 0x8ED5BA) is known color: Bermuda. HEX triplet: 8E, D5 and BA. RGB value is (142,213,186). Sum of RGB (Red+Green+Blue) = 142+213+186=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED5BA is #712A45. Grayscale: #BCBCBC. Windows color (decimal): -7416390 or 12244366. OLE color: 12244366.

HSL color Cylindrical-coordinate representation of color #8ED5BA: hue angle of 157.18º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED5BA is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 186 -
CMYK 0.33 0 0.13 0.16
HSL 157.18º 0.46% 0.7% -
HSV(B) 157.18º 0.33% 0.84% -
XYZ 43.81 56.88 55.13 -
YUV 188.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 142 213 186 0.33 0 0.13 0.16 157.18 0.46 0.7
Hex 8E D5 BA 21 0 D 10 9D 2E 46
Octal 216 325 272 41 0 15 20 235 56 106
Binary 10001110 11010101 10111010 100001 0 1101 10000 10011101 101110 1000110

Color Harmonies of #8ED5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5BA

Black with #8ED5BA

Text Example


Text Example

White with #8ED5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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