Html Css Color HEX #8ED3BE Bermuda

📋 copy color: '#8ED3BE'

red 142 ◦ green 211 ◦ blue 190

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

Shades of Bermuda #8ED3BE

Tints of Bermuda #8ED3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.86%

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

R = 26.15%
G = 38.86%
B = 34.99%

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

#8ED3BE (or 0x8ED3BE) is known color: Bermuda. HEX triplet: 8E, D3 and BE. RGB value is (142,211,190). Sum of RGB (Red+Green+Blue) = 142+211+190=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED3BE is #712C41. Grayscale: #BBBBBB. Windows color (decimal): -7416898 or 12505998. OLE color: 12505998.

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

Color convert

RGB 142 211 190 -
CMYK 0.33 0 0.10 0.17
HSL 161.74º 0.44% 0.69% -
HSV(B) 161.74º 0.33% 0.83% -
XYZ 43.74 56.06 57.23 -
YUV 187.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 142 211 190 0.33 0 0.10 0.17 161.74 0.44 0.69
Hex 8E D3 BE 21 0 A 11 A2 2C 45
Octal 216 323 276 41 0 12 21 242 54 105
Binary 10001110 11010011 10111110 100001 0 1010 10001 10100010 101100 1000101

Color Harmonies of #8ED3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED3BE

Black with #8ED3BE

Text Example


Text Example

White with #8ED3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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