#1B8260

Color #1B8260 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1B8260

Tints of Deep Sea #1B8260

Color information

#1B8260 (or 0x1B8260) is unknown color: approx Deep Sea. HEX triplet: 1B, 82 and 60. RGB value is (27,130,96). Sum of RGB (Red+Green+Blue) = 27+130+96=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8260 is #E47D9F. Grayscale: #5F5F5F. Windows color (decimal): -14974368 or 6324763. OLE color: 6324763.

HSL color Cylindrical-coordinate representation of color #1B8260: hue angle of 160.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8260 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB2713096-
CMYK0.7900.260.49
HSL160.19º65.61%30.78%-
HSV(B)160.19º79.23%50.98%-
XYZ10.5517.0413.8-
YUV95.33128.3879.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.67%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=10.67%
G=51.38%
B=37.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27130960.7900.260.49160.1965.6130.78
Hex1B82604F01A31a0421f
Octal332021401170326124010237
Binary11011100000101100000100111101101011000110100000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B8260; }

 p { color: rgb(27,130,96); }

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

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

 a { background-color: rgb(27,130,96); }

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

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

 span { border-color: rgb(27,130,96); }

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