Html Css Color HEX #8EC4BE Bermuda

📋 copy color: '#8EC4BE'

red 142 ◦ green 196 ◦ blue 190

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

Shades of Bermuda #8EC4BE

Tints of Bermuda #8EC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

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

R = 26.89%
G = 37.12%
B = 35.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#8EC4BE (or 0x8EC4BE) is known color: Bermuda. HEX triplet: 8E, C4 and BE. RGB value is (142,196,190). Sum of RGB (Red+Green+Blue) = 142+196+190=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4BE is #713B41. Grayscale: #B3B3B3. Windows color (decimal): -7420738 or 12502158. OLE color: 12502158.

HSL color Cylindrical-coordinate representation of color #8EC4BE: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC4BE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 196 190 -
CMYK 0.28 0 0.03 0.23
HSL 173.33º 0.31% 0.66% -
HSV(B) 173.33º 0.28% 0.77% -
XYZ 40.19 48.95 56.04 -
YUV 179.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 142 196 190 0.28 0 0.03 0.23 173.33 0.31 0.66
Hex 8E C4 BE 1C 0 3 17 AD 1F 42
Octal 216 304 276 34 0 3 27 255 37 102
Binary 10001110 11000100 10111110 11100 0 11 10111 10101101 11111 1000010

Color Harmonies of #8EC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC4BE

Black with #8EC4BE

Text Example


Text Example

White with #8EC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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