#127B61

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

Shades of Deep Sea #127B61

Tints of Deep Sea #127B61

Color information

#127B61 (or 0x127B61) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 61. RGB value is (18,123,97). Sum of RGB (Red+Green+Blue) = 18+123+97=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #127B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B61 is #ED849E. Grayscale: #585858. Windows color (decimal): -15565983 or 6388498. OLE color: 6388498.

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

Color convert

RGB1812397-
CMYK0.8500.210.52
HSL165.14º74.47%27.65%-
HSV(B)165.14º85.37%48.24%-
XYZ9.4915.1613.73-
YUV88.64132.7177.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=7.56%
G=51.68%
B=40.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123970.8500.210.52165.1474.4727.65
Hex127B615501534a54a1c
Octal221731411250256424511234
Binary1001011110111100001101010101010111010010100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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