#127B5B

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

Shades of Deep Sea #127B5B

Tints of Deep Sea #127B5B

Color information

#127B5B (or 0x127B5B) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 5B. RGB value is (18,123,91). Sum of RGB (Red+Green+Blue) = 18+123+91=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #127B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B5B is #ED84A4. Grayscale: #575757. Windows color (decimal): -15565989 or 5995282. OLE color: 5995282.

HSL color Cylindrical-coordinate representation of color #127B5B: hue angle of 161.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B5B is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1812391-
CMYK0.8500.260.52
HSL161.71º74.47%27.65%-
HSV(B)161.71º85.37%48.24%-
XYZ9.2215.0512.32-
YUV87.96129.7178.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 123 (48.44% from 255) = 53.02%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=7.76%
G=53.02%
B=39.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123910.8500.260.52161.7174.4727.65
Hex127B5B5501A34a24a1c
Octal221731331250326424211234
Binary1001011110111011011101010101101011010010100010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B5B; }

 p { color: rgb(18,123,91); }

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

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

 a { background-color: rgb(18,123,91); }

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

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

 span { border-color: rgb(18,123,91); }

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