Html Css Color HEX #127661 Deep Sea

📋 copy color: '#127661'

red 18 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #127661

Tints of Deep Sea #127661

RGB

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

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

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

R = 7.73%
G = 50.64%
B = 41.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#127661 (or 0x127661) is known color: Deep Sea. HEX triplet: 12, 76 and 61. RGB value is (18,118,97). Sum of RGB (Red+Green+Blue) = 18+118+97=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #127661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127661 is #ED899E. Grayscale: #555555. Windows color (decimal): -15567263 or 6387218. OLE color: 6387218.

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

Color convert

RGB 18 118 97 -
CMYK 0.85 0 0.18 0.54
HSL 167.4º 0.74% 0.27% -
HSV(B) 167.4º 0.85% 0.46% -
XYZ 8.89 13.95 13.53 -
YUV 85.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 18 118 97 0.85 0 0.18 0.54 167.4 0.74 0.27
Hex 12 76 61 55 0 12 36 A7 4A 1B
Octal 22 166 141 125 0 22 66 247 112 33
Binary 10010 1110110 1100001 1010101 0 10010 110110 10100111 1001010 11011

Color Harmonies of #127661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127661

Black with #127661

Text Example


Text Example

White with #127661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127661; }

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

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

background-color css

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

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

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

border-color css

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

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

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