Html Css Color HEX #127965 Deep Sea

📋 copy color: '#127965'

red 18 ◦ green 121 ◦ blue 101

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

Shades of Deep Sea #127965

Tints of Deep Sea #127965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 7.5%
G = 50.42%
B = 42.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#127965 (or 0x127965) is known color: Deep Sea. HEX triplet: 12, 79 and 65. RGB value is (18,121,101). Sum of RGB (Red+Green+Blue) = 18+121+101=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #127965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127965 is #ED869A. Grayscale: #575757. Windows color (decimal): -15566491 or 6650130. OLE color: 6650130.

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

Color convert

RGB 18 121 101 -
CMYK 0.85 0 0.17 0.53
HSL 168.35º 0.74% 0.27% -
HSV(B) 168.35º 0.85% 0.47% -
XYZ 9.44 14.74 14.66 -
YUV 87.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 18 121 101 0.85 0 0.17 0.53 168.35 0.74 0.27
Hex 12 79 65 55 0 11 35 A8 4A 1B
Octal 22 171 145 125 0 21 65 250 112 33
Binary 10010 1111001 1100101 1010101 0 10001 110101 10101000 1001010 11011

Color Harmonies of #127965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127965

Black with #127965

Text Example


Text Example

White with #127965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127965; }

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

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

background-color css

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

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

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

border-color css

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

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

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