Html Css Color HEX #8ED8BC Bermuda

📋 copy color: '#8ED8BC'

red 142 ◦ green 216 ◦ blue 188

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

Shades of Bermuda #8ED8BC

Tints of Bermuda #8ED8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 26.01%
G = 39.56%
B = 34.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#8ED8BC (or 0x8ED8BC) is known color: Bermuda. HEX triplet: 8E, D8 and BC. RGB value is (142,216,188). Sum of RGB (Red+Green+Blue) = 142+216+188=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED8BC is #712743. Grayscale: #BEBEBE. Windows color (decimal): -7415620 or 12376206. OLE color: 12376206.

HSL color Cylindrical-coordinate representation of color #8ED8BC: hue angle of 157.3º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED8BC is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 216 188 -
CMYK 0.34 0 0.13 0.15
HSL 157.3º 0.49% 0.7% -
HSV(B) 157.3º 0.34% 0.85% -
XYZ 44.79 58.49 56.51 -
YUV 190.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 142 216 188 0.34 0 0.13 0.15 157.3 0.49 0.7
Hex 8E D8 BC 22 0 D F 9D 31 46
Octal 216 330 274 42 0 15 17 235 61 106
Binary 10001110 11011000 10111100 100010 0 1101 1111 10011101 110001 1000110

Color Harmonies of #8ED8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED8BC

Black with #8ED8BC

Text Example


Text Example

White with #8ED8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,188); }

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

background-color css

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

 a { background-color: rgb(142,216,188); }

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

border-color css

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

 span { border-color: rgb(142,216,188); }

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