Html Css Color HEX #127164 Deep Sea

📋 copy color: '#127164'

red 18 ◦ green 113 ◦ blue 100

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

Shades of Deep Sea #127164

Tints of Deep Sea #127164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 7.79%
G = 48.92%
B = 43.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#127164 (or 0x127164) is known color: Deep Sea. HEX triplet: 12, 71 and 64. RGB value is (18,113,100). Sum of RGB (Red+Green+Blue) = 18+113+100=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #127164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127164 is #ED8E9B. Grayscale: #535353. Windows color (decimal): -15568540 or 6582546. OLE color: 6582546.

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

Color convert

RGB 18 113 100 -
CMYK 0.84 0 0.12 0.56
HSL 171.79º 0.73% 0.26% -
HSV(B) 171.79º 0.84% 0.44% -
XYZ 8.45 12.86 14.09 -
YUV 83.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 18 113 100 0.84 0 0.12 0.56 171.79 0.73 0.26
Hex 12 71 64 54 0 C 38 AC 49 1A
Octal 22 161 144 124 0 14 70 254 111 32
Binary 10010 1110001 1100100 1010100 0 1100 111000 10101100 1001001 11010

Color Harmonies of #127164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127164

Black with #127164

Text Example


Text Example

White with #127164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127164; }

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

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

background-color css

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

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

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

border-color css

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

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

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