Html Css Color HEX #127962 Deep Sea

📋 copy color: '#127962'

red 18 ◦ green 121 ◦ blue 98

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

Shades of Deep Sea #127962

Tints of Deep Sea #127962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 7.59%
G = 51.05%
B = 41.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#127962 (or 0x127962) is known color: Deep Sea. HEX triplet: 12, 79 and 62. RGB value is (18,121,98). Sum of RGB (Red+Green+Blue) = 18+121+98=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #127962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127962 is #ED869D. Grayscale: #575757. Windows color (decimal): -15566494 or 6453522. OLE color: 6453522.

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

Color convert

RGB 18 121 98 -
CMYK 0.85 0 0.19 0.53
HSL 166.6º 0.74% 0.27% -
HSV(B) 166.6º 0.85% 0.47% -
XYZ 9.29 14.69 13.9 -
YUV 87.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 18 121 98 0.85 0 0.19 0.53 166.6 0.74 0.27
Hex 12 79 62 55 0 13 35 A7 4A 1B
Octal 22 171 142 125 0 23 65 247 112 33
Binary 10010 1111001 1100010 1010101 0 10011 110101 10100111 1001010 11011

Color Harmonies of #127962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127962

Black with #127962

Text Example


Text Example

White with #127962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127962; }

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

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

background-color css

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

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

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

border-color css

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

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

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