Html Css Color HEX #8AC1BE Bermuda

📋 copy color: '#8AC1BE'

red 138 ◦ green 193 ◦ blue 190

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

Shades of Bermuda #8AC1BE

Tints of Bermuda #8AC1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.04%

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

R = 26.49%
G = 37.04%
B = 36.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#8AC1BE (or 0x8AC1BE) is known color: Bermuda. HEX triplet: 8A, C1 and BE. RGB value is (138,193,190). Sum of RGB (Red+Green+Blue) = 138+193+190=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1BE is #753E41. Grayscale: #B0B0B0. Windows color (decimal): -7683650 or 12501386. OLE color: 12501386.

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

Color convert

RGB 138 193 190 -
CMYK 0.28 0 0.02 0.24
HSL 176.73º 0.31% 0.65% -
HSV(B) 176.73º 0.28% 0.76% -
XYZ 38.85 47.26 55.79 -
YUV 176.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 138 193 190 0.28 0 0.02 0.24 176.73 0.31 0.65
Hex 8A C1 BE 1C 0 2 18 B1 1F 41
Octal 212 301 276 34 0 2 30 261 37 101
Binary 10001010 11000001 10111110 11100 0 10 11000 10110001 11111 1000001

Color Harmonies of #8AC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC1BE

Black with #8AC1BE

Text Example


Text Example

White with #8AC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,190); }

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

background-color css

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

 a { background-color: rgb(138,193,190); }

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

border-color css

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

 span { border-color: rgb(138,193,190); }

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