#127B67

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

Shades of Deep Sea #127B67

Tints of Deep Sea #127B67

Color information

#127B67 (or 0x127B67) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 67. RGB value is (18,123,103). Sum of RGB (Red+Green+Blue) = 18+123+103=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #127B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B67 is #ED8498. Grayscale: #595959. Windows color (decimal): -15565977 or 6781714. OLE color: 6781714.

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

Color convert

RGB18123103-
CMYK0.8500.160.52
HSL168.57º74.47%27.65%-
HSV(B)168.57º85.37%48.24%-
XYZ9.7815.2715.26-
YUV89.32135.7177.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 103 (40.62% from 255) = 42.21%
R=7.38%
G=50.41%
B=42.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181231030.8500.160.52168.5774.4727.65
Hex127B675501034a94a1c
Octal221731471250206425111234
Binary1001011110111100111101010101000011010010101001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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