#127669

Color #127669 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #127669

Tints of Deep Sea #127669

Color information

#127669 (or 0x127669) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 69. RGB value is (18,118,105). Sum of RGB (Red+Green+Blue) = 18+118+105=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #127669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127669 is #ED8996. Grayscale: #565656. Windows color (decimal): -15567255 or 6911506. OLE color: 6911506.

HSL color Cylindrical-coordinate representation of color #127669: hue angle of 172.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127669 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB18118105-
CMYK0.8500.110.54
HSL172.2º73.53%26.67%-
HSV(B)172.2º84.75%46.27%-
XYZ9.2814.1115.6-
YUV86.62138.3779.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=7.47%
G=48.96%
B=43.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181050.8500.110.54172.273.5326.67
Hex127669550B36ac4a1b
Octal221661511250136625411233
Binary100101110110110100110101010101111011010101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127669; }

 p { color: rgb(18,118,105); }

 H1.HeaderClassName
 {
   color: #127669;
 }
 .AnyTagClassName
 {
   color: #127669;
 }
</style>
background-color css

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

 a { background-color: rgb(18,118,105); }

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

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

 span { border-color: rgb(18,118,105); }

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