Html Css Color HEX #8AD1BE Bermuda

📋 copy color: '#8AD1BE'

red 138 ◦ green 209 ◦ blue 190

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

Shades of Bermuda #8AD1BE

Tints of Bermuda #8AD1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.92%

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

R = 25.7%
G = 38.92%
B = 35.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#8AD1BE (or 0x8AD1BE) is known color: Bermuda. HEX triplet: 8A, D1 and BE. RGB value is (138,209,190). Sum of RGB (Red+Green+Blue) = 138+209+190=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1BE is #752E41. Grayscale: #B9B9B9. Windows color (decimal): -7679554 or 12505482. OLE color: 12505482.

HSL color Cylindrical-coordinate representation of color #8AD1BE: hue angle of 163.94º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1BE is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 190 -
CMYK 0.34 0 0.09 0.18
HSL 163.94º 0.44% 0.68% -
HSV(B) 163.94º 0.34% 0.82% -
XYZ 42.58 54.72 57.03 -
YUV 185.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 138 209 190 0.34 0 0.09 0.18 163.94 0.44 0.68
Hex 8A D1 BE 22 0 9 12 A4 2C 44
Octal 212 321 276 42 0 11 22 244 54 104
Binary 10001010 11010001 10111110 100010 0 1001 10010 10100100 101100 1000100

Color Harmonies of #8AD1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD1BE

Black with #8AD1BE

Text Example


Text Example

White with #8AD1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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