#127B5C

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

Shades of Deep Sea #127B5C

Tints of Deep Sea #127B5C

Color information

#127B5C (or 0x127B5C) is unknown color: approx Deep Sea. HEX triplet: 12, 7B and 5C. RGB value is (18,123,92). Sum of RGB (Red+Green+Blue) = 18+123+92=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #127B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B5C is #ED84A3. Grayscale: #585858. Windows color (decimal): -15565988 or 6060818. OLE color: 6060818.

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

Color convert

RGB1812392-
CMYK0.8500.250.52
HSL162.29º74.47%27.65%-
HSV(B)162.29º85.37%48.24%-
XYZ9.2615.0712.55-
YUV88.07130.2178.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=7.73%
G=52.79%
B=39.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123920.8500.250.52162.2974.4727.65
Hex127B5C5501934a24a1c
Octal221731341250316424211234
Binary1001011110111011100101010101100111010010100010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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