#1B8268

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

Shades of Deep Sea #1B8268

Tints of Deep Sea #1B8268

Color information

#1B8268 (or 0x1B8268) is unknown color: approx Deep Sea. HEX triplet: 1B, 82 and 68. RGB value is (27,130,104). Sum of RGB (Red+Green+Blue) = 27+130+104=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8268 is #E47D97. Grayscale: #606060. Windows color (decimal): -14974360 or 6849051. OLE color: 6849051.

HSL color Cylindrical-coordinate representation of color #1B8268: hue angle of 164.85º 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 #1B8268 is Cyan = 0.79, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB27130104-
CMYK0.7900.20.49
HSL164.85º65.61%30.78%-
HSV(B)164.85º79.23%50.98%-
XYZ10.9317.215.84-
YUV96.24132.3878.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=10.34%
G=49.81%
B=39.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271301040.7900.20.49164.8565.6130.78
Hex1B82684F01431a5421f
Octal332021501170246124510237
Binary11011100000101101000100111101010011000110100101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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