Html Css Color HEX #127966 Deep Sea

📋 copy color: '#127966'

red 18 ◦ green 121 ◦ blue 102

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

Shades of Deep Sea #127966

Tints of Deep Sea #127966

RGB

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

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

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

R = 7.47%
G = 50.21%
B = 42.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#127966 (or 0x127966) is known color: Deep Sea. HEX triplet: 12, 79 and 66. RGB value is (18,121,102). Sum of RGB (Red+Green+Blue) = 18+121+102=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #127966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127966 is #ED8699. Grayscale: #585858. Windows color (decimal): -15566490 or 6715666. OLE color: 6715666.

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

Color convert

RGB 18 121 102 -
CMYK 0.85 0 0.16 0.53
HSL 168.93º 0.74% 0.27% -
HSV(B) 168.93º 0.85% 0.47% -
XYZ 9.49 14.76 14.92 -
YUV 88.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 18 121 102 0.85 0 0.16 0.53 168.93 0.74 0.27
Hex 12 79 66 55 0 10 35 A9 4A 1B
Octal 22 171 146 125 0 20 65 251 112 33
Binary 10010 1111001 1100110 1010101 0 10000 110101 10101001 1001010 11011

Color Harmonies of #127966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127966

Black with #127966

Text Example


Text Example

White with #127966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127966; }

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

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

background-color css

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

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

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

border-color css

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

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

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