Html Css Color HEX #127357 Deep Sea

📋 copy color: '#127357'

red 18 ◦ green 115 ◦ blue 87

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

Shades of Deep Sea #127357

Tints of Deep Sea #127357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

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

R = 8.18%
G = 52.27%
B = 39.55%

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

#127357 (or 0x127357) is known color: Deep Sea. HEX triplet: 12, 73 and 57. RGB value is (18,115,87). Sum of RGB (Red+Green+Blue) = 18+115+87=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #127357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127357 is #ED8CA8. Grayscale: #525252. Windows color (decimal): -15568041 or 5731090. OLE color: 5731090.

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

Color convert

RGB 18 115 87 -
CMYK 0.84 0 0.24 0.55
HSL 162.68º 0.73% 0.26% -
HSV(B) 162.68º 0.84% 0.45% -
XYZ 8.1 13.08 11.11 -
YUV 82.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 18 115 87 0.84 0 0.24 0.55 162.68 0.73 0.26
Hex 12 73 57 54 0 18 37 A3 49 1A
Octal 22 163 127 124 0 30 67 243 111 32
Binary 10010 1110011 1010111 1010100 0 11000 110111 10100011 1001001 11010

Color Harmonies of #127357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127357

Black with #127357

Text Example


Text Example

White with #127357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127357; }

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

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

background-color css

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

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

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

border-color css

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

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

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