Html Css Color HEX #127668 Deep Sea

📋 copy color: '#127668'

red 18 ◦ green 118 ◦ blue 104

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

Shades of Deep Sea #127668

Tints of Deep Sea #127668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 7.5%
G = 49.17%
B = 43.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#127668 (or 0x127668) is known color: Deep Sea. HEX triplet: 12, 76 and 68. RGB value is (18,118,104). Sum of RGB (Red+Green+Blue) = 18+118+104=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #127668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127668 is #ED8997. Grayscale: #565656. Windows color (decimal): -15567256 or 6845970. OLE color: 6845970.

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

Color convert

RGB 18 118 104 -
CMYK 0.85 0 0.12 0.54
HSL 171.6º 0.74% 0.27% -
HSV(B) 171.6º 0.85% 0.46% -
XYZ 9.23 14.08 15.33 -
YUV 86.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 18 118 104 0.85 0 0.12 0.54 171.6 0.74 0.27
Hex 12 76 68 55 0 C 36 AC 4A 1B
Octal 22 166 150 125 0 14 66 254 112 33
Binary 10010 1110110 1101000 1010101 0 1100 110110 10101100 1001010 11011

Color Harmonies of #127668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127668

Black with #127668

Text Example


Text Example

White with #127668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127668; }

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

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

background-color css

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

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

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

border-color css

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

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

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