Html Css Color HEX #127968 Deep Sea

📋 copy color: '#127968'

red 18 ◦ green 121 ◦ blue 104

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

Shades of Deep Sea #127968

Tints of Deep Sea #127968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.79%

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

R = 7.41%
G = 49.79%
B = 42.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#127968 (or 0x127968) is known color: Deep Sea. HEX triplet: 12, 79 and 68. RGB value is (18,121,104). Sum of RGB (Red+Green+Blue) = 18+121+104=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #127968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127968 is #ED8697. Grayscale: #585858. Windows color (decimal): -15566488 or 6846738. OLE color: 6846738.

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

Color convert

RGB 18 121 104 -
CMYK 0.85 0 0.14 0.53
HSL 170.1º 0.74% 0.27% -
HSV(B) 170.1º 0.85% 0.47% -
XYZ 9.59 14.8 15.45 -
YUV 88.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 18 121 104 0.85 0 0.14 0.53 170.1 0.74 0.27
Hex 12 79 68 55 0 E 35 AA 4A 1B
Octal 22 171 150 125 0 16 65 252 112 33
Binary 10010 1111001 1101000 1010101 0 1110 110101 10101010 1001010 11011

Color Harmonies of #127968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127968

Black with #127968

Text Example


Text Example

White with #127968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127968; }

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

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

background-color css

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

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

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

border-color css

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

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

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