Html Css Color HEX #127459 Deep Sea

📋 copy color: '#127459'

red 18 ◦ green 116 ◦ blue 89

#127459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #127459

Tints of Deep Sea #127459

RGB

 RED value IS 18 (7.42% from 255) = 8.07%

 GREEN value IS 116 (45.7% from 255) = 52.02%

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 8.07%
G = 52.02%
B = 39.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#127459 (or 0x127459) is known color: Deep Sea. HEX triplet: 12, 74 and 59. RGB value is (18,116,89). Sum of RGB (Red+Green+Blue) = 18+116+89=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #127459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127459 is #ED8BA6. Grayscale: #535353. Windows color (decimal): -15567783 or 5862418. OLE color: 5862418.

HSL color Cylindrical-coordinate representation of color #127459: hue angle of 163.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127459 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 89 -
CMYK 0.84 0 0.23 0.55
HSL 163.47º 0.73% 0.26% -
HSV(B) 163.47º 0.84% 0.45% -
XYZ 8.3 13.34 11.59 -
YUV 83.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 18 116 89 0.84 0 0.23 0.55 163.47 0.73 0.26
Hex 12 74 59 54 0 17 37 A3 49 1A
Octal 22 164 131 124 0 27 67 243 111 32
Binary 10010 1110100 1011001 1010100 0 10111 110111 10100011 1001001 11010

Color Harmonies of #127459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127459

Black with #127459

Text Example


Text Example

White with #127459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127459; }

 p { color: rgb(18,116,89); }

 H1.HeaderClassName
 {
   color: #127459;
 }
 .AnyTagClassName
 {
   color: #127459;
 }
</style>

background-color css

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

 a { background-color: rgb(18,116,89); }

 div.DivClassName
 {
   background-color: #127459;
 }
 .BgClassName
 {
   background-color: #127459;
 }
</style>

border-color css

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

 span { border-color: rgb(18,116,89); }

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