Html Css Color HEX #127761 Deep Sea

📋 copy color: '#127761'

red 18 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #127761

Tints of Deep Sea #127761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.85%

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

R = 7.69%
G = 50.85%
B = 41.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#127761 (or 0x127761) is known color: Deep Sea. HEX triplet: 12, 77 and 61. RGB value is (18,119,97). Sum of RGB (Red+Green+Blue) = 18+119+97=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #127761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127761 is #ED889E. Grayscale: #565656. Windows color (decimal): -15567007 or 6387474. OLE color: 6387474.

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

Color convert

RGB 18 119 97 -
CMYK 0.85 0 0.18 0.53
HSL 166.93º 0.74% 0.27% -
HSV(B) 166.93º 0.85% 0.47% -
XYZ 9 14.19 13.57 -
YUV 86.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 18 119 97 0.85 0 0.18 0.53 166.93 0.74 0.27
Hex 12 77 61 55 0 12 35 A7 4A 1B
Octal 22 167 141 125 0 22 65 247 112 33
Binary 10010 1110111 1100001 1010101 0 10010 110101 10100111 1001010 11011

Color Harmonies of #127761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127761

Black with #127761

Text Example


Text Example

White with #127761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127761; }

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

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

background-color css

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

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

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

border-color css

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

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

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