Html Css Color HEX #127560 Deep Sea

📋 copy color: '#127560'

red 18 ◦ green 117 ◦ blue 96

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

Shades of Deep Sea #127560

Tints of Deep Sea #127560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 7.79%
G = 50.65%
B = 41.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#127560 (or 0x127560) is known color: Deep Sea. HEX triplet: 12, 75 and 60. RGB value is (18,117,96). Sum of RGB (Red+Green+Blue) = 18+117+96=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #127560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127560 is #ED8A9F. Grayscale: #545454. Windows color (decimal): -15567520 or 6321426. OLE color: 6321426.

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

Color convert

RGB 18 117 96 -
CMYK 0.85 0 0.18 0.54
HSL 167.27º 0.73% 0.26% -
HSV(B) 167.27º 0.85% 0.46% -
XYZ 8.72 13.7 13.25 -
YUV 85.01 134.2 80.21 -
System Red Green Blue C M Y K H S L
Decimal 18 117 96 0.85 0 0.18 0.54 167.27 0.73 0.26
Hex 12 75 60 55 0 12 36 A7 49 1A
Octal 22 165 140 125 0 22 66 247 111 32
Binary 10010 1110101 1100000 1010101 0 10010 110110 10100111 1001001 11010

Color Harmonies of #127560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127560

Black with #127560

Text Example


Text Example

White with #127560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127560; }

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

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

background-color css

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

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

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

border-color css

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

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

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