#127B70

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

Shades of Deep Sea #127B70

Tints of Deep Sea #127B70

Color information

#127B70 (or 0x127B70) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 70. RGB value is (18,123,112). Sum of RGB (Red+Green+Blue) = 18+123+112=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #127B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B70 is #ED848F. Grayscale: #5A5A5A. Windows color (decimal): -15565968 or 7371538. OLE color: 7371538.

HSL color Cylindrical-coordinate representation of color #127B70: hue angle of 173.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 #127B70 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB18123112-
CMYK0.8500.090.52
HSL173.71º74.47%27.65%-
HSV(B)173.71º85.37%48.24%-
XYZ10.2615.4617.77-
YUV90.35140.2176.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=7.11%
G=48.62%
B=44.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181231120.8500.090.52173.7174.4727.65
Hex127B70550934ae4a1c
Octal221731601250116425611234
Binary100101111011111000010101010100111010010101110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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