Html Css Color HEX #127559 Deep Sea

📋 copy color: '#127559'

red 18 ◦ green 117 ◦ blue 89

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

Shades of Deep Sea #127559

Tints of Deep Sea #127559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.23%

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

R = 8.04%
G = 52.23%
B = 39.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#127559 (or 0x127559) is known color: Deep Sea. HEX triplet: 12, 75 and 59. RGB value is (18,117,89). Sum of RGB (Red+Green+Blue) = 18+117+89=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #127559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127559 is #ED8AA6. Grayscale: #545454. Windows color (decimal): -15567527 or 5862674. OLE color: 5862674.

HSL color Cylindrical-coordinate representation of color #127559: hue angle of 163.03º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127559 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 89 -
CMYK 0.85 0 0.24 0.54
HSL 163.03º 0.73% 0.26% -
HSV(B) 163.03º 0.85% 0.46% -
XYZ 8.41 13.57 11.63 -
YUV 84.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 18 117 89 0.85 0 0.24 0.54 163.03 0.73 0.26
Hex 12 75 59 55 0 18 36 A3 49 1A
Octal 22 165 131 125 0 30 66 243 111 32
Binary 10010 1110101 1011001 1010101 0 11000 110110 10100011 1001001 11010

Color Harmonies of #127559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127559

Black with #127559

Text Example


Text Example

White with #127559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127559; }

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

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

background-color css

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

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

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

border-color css

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

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

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