#127B69

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

Shades of Deep Sea #127B69

Tints of Deep Sea #127B69

Color information

#127B69 (or 0x127B69) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 69. RGB value is (18,123,105). Sum of RGB (Red+Green+Blue) = 18+123+105=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #127B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B69 is #ED8496. Grayscale: #595959. Windows color (decimal): -15565975 or 6912786. OLE color: 6912786.

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

Color convert

RGB18123105-
CMYK0.8500.150.52
HSL169.71º74.47%27.65%-
HSV(B)169.71º85.37%48.24%-
XYZ9.8815.3115.8-
YUV89.55136.7176.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 123 (48.44% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=7.32%
G=50%
B=42.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181231050.8500.150.52169.7174.4727.65
Hex127B69550F34aa4a1c
Octal221731511250176425211234
Binary100101111011110100110101010111111010010101010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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