Html Css Color HEX #127367 Deep Sea

📋 copy color: '#127367'

red 18 ◦ green 115 ◦ blue 103

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

Shades of Deep Sea #127367

Tints of Deep Sea #127367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 7.63%
G = 48.73%
B = 43.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#127367 (or 0x127367) is known color: Deep Sea. HEX triplet: 12, 73 and 67. RGB value is (18,115,103). Sum of RGB (Red+Green+Blue) = 18+115+103=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #127367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127367 is #ED8C98. Grayscale: #545454. Windows color (decimal): -15568025 or 6779666. OLE color: 6779666.

HSL color Cylindrical-coordinate representation of color #127367: hue angle of 172.58º 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 #127367 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 103 -
CMYK 0.84 0 0.10 0.55
HSL 172.58º 0.73% 0.26% -
HSV(B) 172.58º 0.84% 0.45% -
XYZ 8.83 13.37 14.95 -
YUV 84.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 18 115 103 0.84 0 0.10 0.55 172.58 0.73 0.26
Hex 12 73 67 54 0 A 37 AD 49 1A
Octal 22 163 147 124 0 12 67 255 111 32
Binary 10010 1110011 1100111 1010100 0 1010 110111 10101101 1001001 11010

Color Harmonies of #127367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127367

Black with #127367

Text Example


Text Example

White with #127367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127367; }

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

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

background-color css

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

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

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

border-color css

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

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

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