#185B4B

Color #185B4B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #185B4B

Tints of Evening Sea #185B4B

Color information

#185B4B (or 0x185B4B) is unknown color: approx Evening Sea. HEX triplet: 18, 5B and 4B. RGB value is (24,91,75). Sum of RGB (Red+Green+Blue) = 24+91+75=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #185B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B4B is #E7A4B4. Grayscale: #454545. Windows color (decimal): -15180981 or 4938520. OLE color: 4938520.

HSL color Cylindrical-coordinate representation of color #185B4B: hue angle of 165.67º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B4B is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB249175-
CMYK0.7400.180.64
HSL165.67º58.26%22.55%-
HSV(B)165.67º73.63%35.69%-
XYZ5.398.187.95-
YUV69.14131.395.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=12.63%
G=47.89%
B=39.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491750.7400.180.64165.6758.2622.55
Hex185B4B4A01240a63a17
Octal301331131120221002467227
Binary1100010110111001011100101001001010000001010011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185B4B; }

 p { color: rgb(24,91,75); }

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

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

 a { background-color: rgb(24,91,75); }

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

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

 span { border-color: rgb(24,91,75); }

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