Html Css Color HEX #8ED4BE Bermuda

📋 copy color: '#8ED4BE'

red 142 ◦ green 212 ◦ blue 190

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

Shades of Bermuda #8ED4BE

Tints of Bermuda #8ED4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.97%

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 26.1%
G = 38.97%
B = 34.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#8ED4BE (or 0x8ED4BE) is known color: Bermuda. HEX triplet: 8E, D4 and BE. RGB value is (142,212,190). Sum of RGB (Red+Green+Blue) = 142+212+190=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED4BE is #712B41. Grayscale: #BCBCBC. Windows color (decimal): -7416642 or 12506254. OLE color: 12506254.

HSL color Cylindrical-coordinate representation of color #8ED4BE: hue angle of 161.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED4BE is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 190 -
CMYK 0.33 0 0.10 0.17
HSL 161.14º 0.45% 0.69% -
HSV(B) 161.14º 0.33% 0.83% -
XYZ 43.99 56.56 57.31 -
YUV 188.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 142 212 190 0.33 0 0.10 0.17 161.14 0.45 0.69
Hex 8E D4 BE 21 0 A 11 A1 2D 45
Octal 216 324 276 41 0 12 21 241 55 105
Binary 10001110 11010100 10111110 100001 0 1010 10001 10100001 101101 1000101

Color Harmonies of #8ED4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED4BE

Black with #8ED4BE

Text Example


Text Example

White with #8ED4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,190); }

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

background-color css

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

 a { background-color: rgb(142,212,190); }

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

border-color css

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

 span { border-color: rgb(142,212,190); }

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