Html Css Color HEX #127859 Deep Sea

📋 copy color: '#127859'

red 18 ◦ green 120 ◦ blue 89

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

Shades of Deep Sea #127859

Tints of Deep Sea #127859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.86%

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

R = 7.93%
G = 52.86%
B = 39.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#127859 (or 0x127859) is known color: Deep Sea. HEX triplet: 12, 78 and 59. RGB value is (18,120,89). Sum of RGB (Red+Green+Blue) = 18+120+89=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #127859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127859 is #ED87A6. Grayscale: #555555. Windows color (decimal): -15566759 or 5863442. OLE color: 5863442.

HSL color Cylindrical-coordinate representation of color #127859: hue angle of 161.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127859 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 89 -
CMYK 0.85 0 0.26 0.53
HSL 161.76º 0.74% 0.27% -
HSV(B) 161.76º 0.85% 0.47% -
XYZ 8.77 14.28 11.75 -
YUV 85.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 18 120 89 0.85 0 0.26 0.53 161.76 0.74 0.27
Hex 12 78 59 55 0 1A 35 A2 4A 1B
Octal 22 170 131 125 0 32 65 242 112 33
Binary 10010 1111000 1011001 1010101 0 11010 110101 10100010 1001010 11011

Color Harmonies of #127859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127859

Black with #127859

Text Example


Text Example

White with #127859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127859; }

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

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

background-color css

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

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

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

border-color css

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

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

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