Html Css Color HEX #127458 Deep Sea

📋 copy color: '#127458'

red 18 ◦ green 116 ◦ blue 88

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

Shades of Deep Sea #127458

Tints of Deep Sea #127458

RGB

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

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

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

R = 8.11%
G = 52.25%
B = 39.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#127458 (or 0x127458) is known color: Deep Sea. HEX triplet: 12, 74 and 58. RGB value is (18,116,88). Sum of RGB (Red+Green+Blue) = 18+116+88=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #127458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127458 is #ED8BA7. Grayscale: #535353. Windows color (decimal): -15567784 or 5796882. OLE color: 5796882.

HSL color Cylindrical-coordinate representation of color #127458: hue angle of 162.86º 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 #127458 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 88 -
CMYK 0.84 0 0.24 0.55
HSL 162.86º 0.73% 0.26% -
HSV(B) 162.86º 0.84% 0.45% -
XYZ 8.26 13.32 11.37 -
YUV 83.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 18 116 88 0.84 0 0.24 0.55 162.86 0.73 0.26
Hex 12 74 58 54 0 18 37 A3 49 1A
Octal 22 164 130 124 0 30 67 243 111 32
Binary 10010 1110100 1011000 1010100 0 11000 110111 10100011 1001001 11010

Color Harmonies of #127458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127458

Black with #127458

Text Example


Text Example

White with #127458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127458; }

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

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

background-color css

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

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

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

border-color css

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

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

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