Html Css Color HEX #127457 Deep Sea

📋 copy color: '#127457'

red 18 ◦ green 116 ◦ blue 87

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

Shades of Deep Sea #127457

Tints of Deep Sea #127457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 8.14%
G = 52.49%
B = 39.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#127457 (or 0x127457) is known color: Deep Sea. HEX triplet: 12, 74 and 57. RGB value is (18,116,87). Sum of RGB (Red+Green+Blue) = 18+116+87=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #127457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127457 is #ED8BA8. Grayscale: #535353. Windows color (decimal): -15567785 or 5731346. OLE color: 5731346.

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

Color convert

RGB 18 116 87 -
CMYK 0.84 0 0.25 0.55
HSL 162.24º 0.73% 0.26% -
HSV(B) 162.24º 0.84% 0.45% -
XYZ 8.22 13.31 11.15 -
YUV 83.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 18 116 87 0.84 0 0.25 0.55 162.24 0.73 0.26
Hex 12 74 57 54 0 19 37 A2 49 1A
Octal 22 164 127 124 0 31 67 242 111 32
Binary 10010 1110100 1010111 1010100 0 11001 110111 10100010 1001001 11010

Color Harmonies of #127457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127457

Black with #127457

Text Example


Text Example

White with #127457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127457; }

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

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

background-color css

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

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

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

border-color css

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

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

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