Html Css Color HEX #8ED4BB Bermuda

📋 copy color: '#8ED4BB'

red 142 ◦ green 212 ◦ blue 187

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

Shades of Bermuda #8ED4BB

Tints of Bermuda #8ED4BB

RGB

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

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

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

R = 26.25%
G = 39.19%
B = 34.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#8ED4BB (or 0x8ED4BB) is known color: Bermuda. HEX triplet: 8E, D4 and BB. RGB value is (142,212,187). Sum of RGB (Red+Green+Blue) = 142+212+187=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED4BB is #712B44. Grayscale: #BCBCBC. Windows color (decimal): -7416645 or 12309646. OLE color: 12309646.

HSL color Cylindrical-coordinate representation of color #8ED4BB: hue angle of 158.57º 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 #8ED4BB is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 187 -
CMYK 0.33 0 0.12 0.17
HSL 158.57º 0.45% 0.69% -
HSV(B) 158.57º 0.33% 0.83% -
XYZ 43.67 56.43 55.6 -
YUV 188.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 142 212 187 0.33 0 0.12 0.17 158.57 0.45 0.69
Hex 8E D4 BB 21 0 C 11 9F 2D 45
Octal 216 324 273 41 0 14 21 237 55 105
Binary 10001110 11010100 10111011 100001 0 1100 10001 10011111 101101 1000101

Color Harmonies of #8ED4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED4BB

Black with #8ED4BB

Text Example


Text Example

White with #8ED4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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