#94D0BB

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

Shades of Bermuda #94D0BB

Tints of Bermuda #94D0BB

Color information

#94D0BB (or 0x94D0BB) is unknown color: approx Bermuda. HEX triplet: 94, D0 and BB. RGB value is (148,208,187). Sum of RGB (Red+Green+Blue) = 148+208+187=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0BB is #6B2F44. Grayscale: #BBBBBB. Windows color (decimal): -7024453 or 12308628. OLE color: 12308628.

HSL color Cylindrical-coordinate representation of color #94D0BB: hue angle of 159º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0BB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB148208187-
CMYK0.2900.100.18
HSL159º38.96%69.8%-
HSV(B)159º28.85%81.57%-
XYZ43.745555.32-
YUV187.67127.6299.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=27.26%
G=38.31%
B=34.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081870.2900.100.1815938.9669.8
Hex94D0BB1D0A129f2746
Octal224320273350122223747106
Binary100101001101000010111011111010101010010100111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D0BB; }

 p { color: rgb(148,208,187); }

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

<style>
 a { background-color: #94D0BB; }

 a { background-color: rgb(148,208,187); }

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

<style>
 span { border-color: #94D0BB; }

 span { border-color: rgb(148,208,187); }

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