Html Css Color HEX #8ED1BB Bermuda

📋 copy color: '#8ED1BB'

red 142 ◦ green 209 ◦ blue 187

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

Shades of Bermuda #8ED1BB

Tints of Bermuda #8ED1BB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 26.39%
G = 38.85%
B = 34.76%

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

#8ED1BB (or 0x8ED1BB) is known color: Bermuda. HEX triplet: 8E, D1 and BB. RGB value is (142,209,187). Sum of RGB (Red+Green+Blue) = 142+209+187=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED1BB is #712E44. Grayscale: #BABABA. Windows color (decimal): -7417413 or 12308878. OLE color: 12308878.

HSL color Cylindrical-coordinate representation of color #8ED1BB: hue angle of 160.3º degrees, saturation: 0.42, 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 #8ED1BB is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 209 187 -
CMYK 0.32 0 0.11 0.18
HSL 160.3º 0.42% 0.69% -
HSV(B) 160.3º 0.32% 0.82% -
XYZ 42.93 54.94 55.36 -
YUV 186.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 142 209 187 0.32 0 0.11 0.18 160.3 0.42 0.69
Hex 8E D1 BB 20 0 B 12 A0 2A 45
Octal 216 321 273 40 0 13 22 240 52 105
Binary 10001110 11010001 10111011 100000 0 1011 10010 10100000 101010 1000101

Color Harmonies of #8ED1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED1BB

Black with #8ED1BB

Text Example


Text Example

White with #8ED1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,209,187); }

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

background-color css

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

 a { background-color: rgb(142,209,187); }

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

border-color css

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

 span { border-color: rgb(142,209,187); }

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