Html Css Color HEX #127959 Deep Sea

📋 copy color: '#127959'

red 18 ◦ green 121 ◦ blue 89

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

Shades of Deep Sea #127959

Tints of Deep Sea #127959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.07%

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

R = 7.89%
G = 53.07%
B = 39.04%

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

#127959 (or 0x127959) is known color: Deep Sea. HEX triplet: 12, 79 and 59. RGB value is (18,121,89). Sum of RGB (Red+Green+Blue) = 18+121+89=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #127959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127959 is #ED86A6. Grayscale: #565656. Windows color (decimal): -15566503 or 5863698. OLE color: 5863698.

HSL color Cylindrical-coordinate representation of color #127959: hue angle of 161.36º 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 #127959 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 89 -
CMYK 0.85 0 0.26 0.53
HSL 161.36º 0.74% 0.27% -
HSV(B) 161.36º 0.85% 0.47% -
XYZ 8.89 14.52 11.79 -
YUV 86.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 18 121 89 0.85 0 0.26 0.53 161.36 0.74 0.27
Hex 12 79 59 55 0 1A 35 A1 4A 1B
Octal 22 171 131 125 0 32 65 241 112 33
Binary 10010 1111001 1011001 1010101 0 11010 110101 10100001 1001010 11011

Color Harmonies of #127959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127959

Black with #127959

Text Example


Text Example

White with #127959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127959; }

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

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

background-color css

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

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

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

border-color css

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

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

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