Html Css Color HEX #8AC5BB Bermuda

📋 copy color: '#8AC5BB'

red 138 ◦ green 197 ◦ blue 187

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

Shades of Bermuda #8AC5BB

Tints of Bermuda #8AC5BB

RGB

 RED value IS 138 (54.3% from 255) = 26.44%

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 26.44%
G = 37.74%
B = 35.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#8AC5BB (or 0x8AC5BB) is known color: Bermuda. HEX triplet: 8A, C5 and BB. RGB value is (138,197,187). Sum of RGB (Red+Green+Blue) = 138+197+187=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5BB is #753A44. Grayscale: #B2B2B2. Windows color (decimal): -7682629 or 12305802. OLE color: 12305802.

HSL color Cylindrical-coordinate representation of color #8AC5BB: hue angle of 169.83º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC5BB is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 187 -
CMYK 0.30 0 0.05 0.23
HSL 169.83º 0.34% 0.66% -
HSV(B) 169.83º 0.3% 0.77% -
XYZ 39.42 48.92 54.38 -
YUV 178.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 138 197 187 0.30 0 0.05 0.23 169.83 0.34 0.66
Hex 8A C5 BB 1E 0 5 17 AA 22 42
Octal 212 305 273 36 0 5 27 252 42 102
Binary 10001010 11000101 10111011 11110 0 101 10111 10101010 100010 1000010

Color Harmonies of #8AC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC5BB

Black with #8AC5BB

Text Example


Text Example

White with #8AC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,187); }

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

background-color css

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

 a { background-color: rgb(138,197,187); }

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

border-color css

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

 span { border-color: rgb(138,197,187); }

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