Html Css Color HEX #8EDBBE Bermuda

📋 copy color: '#8EDBBE'

red 142 ◦ green 219 ◦ blue 190

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

Shades of Bermuda #8EDBBE

Tints of Bermuda #8EDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

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

R = 25.77%
G = 39.75%
B = 34.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#8EDBBE (or 0x8EDBBE) is known color: Bermuda. HEX triplet: 8E, DB and BE. RGB value is (142,219,190). Sum of RGB (Red+Green+Blue) = 142+219+190=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBBE is #712441. Grayscale: #C0C0C0. Windows color (decimal): -7414850 or 12508046. OLE color: 12508046.

HSL color Cylindrical-coordinate representation of color #8EDBBE: hue angle of 157.4º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBBE is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 190 -
CMYK 0.35 0 0.13 0.14
HSL 157.4º 0.52% 0.71% -
HSV(B) 157.4º 0.35% 0.86% -
XYZ 45.78 60.13 57.91 -
YUV 192.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 142 219 190 0.35 0 0.13 0.14 157.4 0.52 0.71
Hex 8E DB BE 23 0 D E 9D 34 47
Octal 216 333 276 43 0 15 16 235 64 107
Binary 10001110 11011011 10111110 100011 0 1101 1110 10011101 110100 1000111

Color Harmonies of #8EDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBBE

Black with #8EDBBE

Text Example


Text Example

White with #8EDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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