#618180

Color #618180 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #618180

Tints of Breaker Bay #618180

Color information

#618180 (or 0x618180) is unknown color: approx Breaker Bay. HEX triplet: 61, 81 and 80. RGB value is (97,129,128). Sum of RGB (Red+Green+Blue) = 97+129+128=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #618180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618180 is #9E7E7F. Grayscale: #777777. Windows color (decimal): -10387072 or 8421729. OLE color: 8421729.

HSL color Cylindrical-coordinate representation of color #618180: hue angle of 178.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618180 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB97129128-
CMYK0.2500.010.49
HSL178.12º14.16%44.31%-
HSV(B)178.12º24.81%50.59%-
XYZ16.6819.823.37-
YUV119.32132.9112.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=27.40%
G=36.44%
B=36.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971291280.2500.010.49178.1214.1644.31
Hex618180190131b2e2c
Octal1412012003101612621654
Binary110000110000001100000001100101110001101100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618180; }

 p { color: rgb(97,129,128); }

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

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

 a { background-color: rgb(97,129,128); }

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

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

 span { border-color: rgb(97,129,128); }

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