Html Css Color HEX #127767 Deep Sea

📋 copy color: '#127767'

red 18 ◦ green 119 ◦ blue 103

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

Shades of Deep Sea #127767

Tints of Deep Sea #127767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 7.5%
G = 49.58%
B = 42.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#127767 (or 0x127767) is known color: Deep Sea. HEX triplet: 12, 77 and 67. RGB value is (18,119,103). Sum of RGB (Red+Green+Blue) = 18+119+103=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #127767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127767 is #ED8898. Grayscale: #565656. Windows color (decimal): -15567001 or 6780690. OLE color: 6780690.

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

Color convert

RGB 18 119 103 -
CMYK 0.85 0 0.13 0.53
HSL 170.5º 0.74% 0.27% -
HSV(B) 170.5º 0.85% 0.47% -
XYZ 9.29 14.3 15.1 -
YUV 86.98 137.04 78.8 -
System Red Green Blue C M Y K H S L
Decimal 18 119 103 0.85 0 0.13 0.53 170.5 0.74 0.27
Hex 12 77 67 55 0 D 35 AA 4A 1B
Octal 22 167 147 125 0 15 65 252 112 33
Binary 10010 1110111 1100111 1010101 0 1101 110101 10101010 1001010 11011

Color Harmonies of #127767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127767

Black with #127767

Text Example


Text Example

White with #127767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127767; }

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

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

background-color css

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

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

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

border-color css

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

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

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