#98D4C0

Color #98D4C0 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #98D4C0

Tints of Bermuda #98D4C0

Color information

#98D4C0 (or 0x98D4C0) is unknown color: approx Bermuda. HEX triplet: 98, D4 and C0. RGB value is (152,212,192). Sum of RGB (Red+Green+Blue) = 152+212+192=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D4C0 is #672B3F. Grayscale: #BFBFBF. Windows color (decimal): -6761280 or 12637336. OLE color: 12637336.

HSL color Cylindrical-coordinate representation of color #98D4C0: hue angle of 160º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D4C0 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB152212192-
CMYK0.2800.090.17
HSL160º41.1%71.37%-
HSV(B)160º28.3%83.14%-
XYZ46.0157.5758.56-
YUV191.78128.1299.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.34%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=27.34%
G=38.13%
B=34.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121920.2800.090.1716041.171.37
Hex98D4C01C0911a02947
Octal230324300340112124051107
Binary100110001101010011000000111000100110001101000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98D4C0; }

 p { color: rgb(152,212,192); }

 H1.HeaderClassName
 {
   color: #98D4C0;
 }
 .AnyTagClassName
 {
   color: #98D4C0;
 }
</style>
background-color css

<style>
 a { background-color: #98D4C0; }

 a { background-color: rgb(152,212,192); }

 div.DivClassName
 {
   background-color: #98D4C0;
 }
 .BgClassName
 {
   background-color: #98D4C0;
 }
</style>
border-color css

<style>
 span { border-color: #98D4C0; }

 span { border-color: rgb(152,212,192); }

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