Html Css Color HEX #127958 Deep Sea

📋 copy color: '#127958'

red 18 ◦ green 121 ◦ blue 88

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

Shades of Deep Sea #127958

Tints of Deep Sea #127958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 7.93%
G = 53.3%
B = 38.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#127958 (or 0x127958) is known color: Deep Sea. HEX triplet: 12, 79 and 58. RGB value is (18,121,88). Sum of RGB (Red+Green+Blue) = 18+121+88=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #127958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127958 is #ED86A7. Grayscale: #565656. Windows color (decimal): -15566504 or 5798162. OLE color: 5798162.

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

Color convert

RGB 18 121 88 -
CMYK 0.85 0 0.27 0.53
HSL 160.78º 0.74% 0.27% -
HSV(B) 160.78º 0.85% 0.47% -
XYZ 8.85 14.51 11.57 -
YUV 86.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 18 121 88 0.85 0 0.27 0.53 160.78 0.74 0.27
Hex 12 79 58 55 0 1B 35 A1 4A 1B
Octal 22 171 130 125 0 33 65 241 112 33
Binary 10010 1111001 1011000 1010101 0 11011 110101 10100001 1001010 11011

Color Harmonies of #127958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127958

Black with #127958

Text Example


Text Example

White with #127958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127958; }

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

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

background-color css

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

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

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

border-color css

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

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

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