Html Css Color HEX #8BC5B9 Bermuda

📋 copy color: '#8BC5B9'

red 139 ◦ green 197 ◦ blue 185

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

Shades of Bermuda #8BC5B9

Tints of Bermuda #8BC5B9

RGB

 RED value IS 139 (54.69% from 255) = 26.68%

 GREEN value IS 197 (77.34% from 255) = 37.81%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 26.68%
G = 37.81%
B = 35.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#8BC5B9 (or 0x8BC5B9) is known color: Bermuda. HEX triplet: 8B, C5 and B9. RGB value is (139,197,185). Sum of RGB (Red+Green+Blue) = 139+197+185=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5B9 is #743A46. Grayscale: #B2B2B2. Windows color (decimal): -7617095 or 12174731. OLE color: 12174731.

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

Color convert

RGB 139 197 185 -
CMYK 0.29 0 0.06 0.23
HSL 167.59º 0.33% 0.66% -
HSV(B) 167.59º 0.29% 0.77% -
XYZ 39.37 48.92 53.27 -
YUV 178.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 139 197 185 0.29 0 0.06 0.23 167.59 0.33 0.66
Hex 8B C5 B9 1D 0 6 17 A8 21 42
Octal 213 305 271 35 0 6 27 250 41 102
Binary 10001011 11000101 10111001 11101 0 110 10111 10101000 100001 1000010

Color Harmonies of #8BC5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC5B9

Black with #8BC5B9

Text Example


Text Example

White with #8BC5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,197,185); }

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

background-color css

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

 a { background-color: rgb(139,197,185); }

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

border-color css

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

 span { border-color: rgb(139,197,185); }

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