Html Css Color HEX #8EC3BE Bermuda

📋 copy color: '#8EC3BE'

red 142 ◦ green 195 ◦ blue 190

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

Shades of Bermuda #8EC3BE

Tints of Bermuda #8EC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 26.94%
G = 37%
B = 36.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#8EC3BE (or 0x8EC3BE) is known color: Bermuda. HEX triplet: 8E, C3 and BE. RGB value is (142,195,190). Sum of RGB (Red+Green+Blue) = 142+195+190=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3BE is #713C41. Grayscale: #B2B2B2. Windows color (decimal): -7420994 or 12501902. OLE color: 12501902.

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

Color convert

RGB 142 195 190 -
CMYK 0.27 0 0.03 0.24
HSL 174.34º 0.31% 0.66% -
HSV(B) 174.34º 0.27% 0.76% -
XYZ 39.96 48.5 55.97 -
YUV 178.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 142 195 190 0.27 0 0.03 0.24 174.34 0.31 0.66
Hex 8E C3 BE 1B 0 3 18 AE 1F 42
Octal 216 303 276 33 0 3 30 256 37 102
Binary 10001110 11000011 10111110 11011 0 11 11000 10101110 11111 1000010

Color Harmonies of #8EC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC3BE

Black with #8EC3BE

Text Example


Text Example

White with #8EC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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