Html Css Color HEX #127161 Deep Sea

📋 copy color: '#127161'

red 18 ◦ green 113 ◦ blue 97

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

Shades of Deep Sea #127161

Tints of Deep Sea #127161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 7.89%
G = 49.56%
B = 42.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#127161 (or 0x127161) is known color: Deep Sea. HEX triplet: 12, 71 and 61. RGB value is (18,113,97). Sum of RGB (Red+Green+Blue) = 18+113+97=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #127161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127161 is #ED8E9E. Grayscale: #525252. Windows color (decimal): -15568543 or 6385938. OLE color: 6385938.

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

Color convert

RGB 18 113 97 -
CMYK 0.84 0 0.14 0.56
HSL 169.89º 0.73% 0.26% -
HSV(B) 169.89º 0.84% 0.44% -
XYZ 8.31 12.8 13.34 -
YUV 82.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 18 113 97 0.84 0 0.14 0.56 169.89 0.73 0.26
Hex 12 71 61 54 0 E 38 AA 49 1A
Octal 22 161 141 124 0 16 70 252 111 32
Binary 10010 1110001 1100001 1010100 0 1110 111000 10101010 1001001 11010

Color Harmonies of #127161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127161

Black with #127161

Text Example


Text Example

White with #127161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127161; }

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

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

background-color css

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

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

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

border-color css

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

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

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