Html Css Color HEX #127666 Deep Sea

📋 copy color: '#127666'

red 18 ◦ green 118 ◦ blue 102

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

Shades of Deep Sea #127666

Tints of Deep Sea #127666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 7.56%
G = 49.58%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#127666 (or 0x127666) is known color: Deep Sea. HEX triplet: 12, 76 and 66. RGB value is (18,118,102). Sum of RGB (Red+Green+Blue) = 18+118+102=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #127666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127666 is #ED8999. Grayscale: #565656. Windows color (decimal): -15567258 or 6714898. OLE color: 6714898.

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

Color convert

RGB 18 118 102 -
CMYK 0.85 0 0.14 0.54
HSL 170.4º 0.74% 0.27% -
HSV(B) 170.4º 0.85% 0.46% -
XYZ 9.13 14.04 14.8 -
YUV 86.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 18 118 102 0.85 0 0.14 0.54 170.4 0.74 0.27
Hex 12 76 66 55 0 E 36 AA 4A 1B
Octal 22 166 146 125 0 16 66 252 112 33
Binary 10010 1110110 1100110 1010101 0 1110 110110 10101010 1001010 11011

Color Harmonies of #127666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127666

Black with #127666

Text Example


Text Example

White with #127666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127666; }

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

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

background-color css

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

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

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

border-color css

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

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

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