Html Css Color HEX #127362 Deep Sea

📋 copy color: '#127362'

red 18 ◦ green 115 ◦ blue 98

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

Shades of Deep Sea #127362

Tints of Deep Sea #127362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

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

R = 7.79%
G = 49.78%
B = 42.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#127362 (or 0x127362) is known color: Deep Sea. HEX triplet: 12, 73 and 62. RGB value is (18,115,98). Sum of RGB (Red+Green+Blue) = 18+115+98=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #127362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127362 is #ED8C9D. Grayscale: #545454. Windows color (decimal): -15568030 or 6451986. OLE color: 6451986.

HSL color Cylindrical-coordinate representation of color #127362: hue angle of 169.48º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127362 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 98 -
CMYK 0.84 0 0.15 0.55
HSL 169.48º 0.73% 0.26% -
HSV(B) 169.48º 0.84% 0.45% -
XYZ 8.58 13.27 13.66 -
YUV 84.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 18 115 98 0.84 0 0.15 0.55 169.48 0.73 0.26
Hex 12 73 62 54 0 F 37 A9 49 1A
Octal 22 163 142 124 0 17 67 251 111 32
Binary 10010 1110011 1100010 1010100 0 1111 110111 10101001 1001001 11010

Color Harmonies of #127362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127362

Black with #127362

Text Example


Text Example

White with #127362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127362; }

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

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

background-color css

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

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

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

border-color css

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

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

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