Html Css Color HEX #8ED0BB Bermuda

📋 copy color: '#8ED0BB'

red 142 ◦ green 208 ◦ blue 187

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

Shades of Bermuda #8ED0BB

Tints of Bermuda #8ED0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 26.44%
G = 38.73%
B = 34.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#8ED0BB (or 0x8ED0BB) is known color: Bermuda. HEX triplet: 8E, D0 and BB. RGB value is (142,208,187). Sum of RGB (Red+Green+Blue) = 142+208+187=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0BB is #712F44. Grayscale: #B9B9B9. Windows color (decimal): -7417669 or 12308622. OLE color: 12308622.

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

Color convert

RGB 142 208 187 -
CMYK 0.32 0 0.10 0.18
HSL 160.91º 0.41% 0.69% -
HSV(B) 160.91º 0.32% 0.82% -
XYZ 42.68 54.45 55.27 -
YUV 185.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 142 208 187 0.32 0 0.10 0.18 160.91 0.41 0.69
Hex 8E D0 BB 20 0 A 12 A1 29 45
Octal 216 320 273 40 0 12 22 241 51 105
Binary 10001110 11010000 10111011 100000 0 1010 10010 10100001 101001 1000101

Color Harmonies of #8ED0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED0BB

Black with #8ED0BB

Text Example


Text Example

White with #8ED0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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