Html Css Color HEX #127162 Deep Sea

📋 copy color: '#127162'

red 18 ◦ green 113 ◦ blue 98

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

Shades of Deep Sea #127162

Tints of Deep Sea #127162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 7.86%
G = 49.34%
B = 42.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#127162 (or 0x127162) is known color: Deep Sea. HEX triplet: 12, 71 and 62. RGB value is (18,113,98). Sum of RGB (Red+Green+Blue) = 18+113+98=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #127162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127162 is #ED8E9D. Grayscale: #525252. Windows color (decimal): -15568542 or 6451474. OLE color: 6451474.

HSL color Cylindrical-coordinate representation of color #127162: hue angle of 170.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127162 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 98 -
CMYK 0.84 0 0.13 0.56
HSL 170.53º 0.73% 0.26% -
HSV(B) 170.53º 0.84% 0.44% -
XYZ 8.36 12.82 13.59 -
YUV 82.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 18 113 98 0.84 0 0.13 0.56 170.53 0.73 0.26
Hex 12 71 62 54 0 D 38 AB 49 1A
Octal 22 161 142 124 0 15 70 253 111 32
Binary 10010 1110001 1100010 1010100 0 1101 111000 10101011 1001001 11010

Color Harmonies of #127162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127162

Black with #127162

Text Example


Text Example

White with #127162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127162; }

 p { color: rgb(18,113,98); }

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

background-color css

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

 a { background-color: rgb(18,113,98); }

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

border-color css

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

 span { border-color: rgb(18,113,98); }

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