Html Css Color HEX #127467 Deep Sea

📋 copy color: '#127467'

red 18 ◦ green 116 ◦ blue 103

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

Shades of Deep Sea #127467

Tints of Deep Sea #127467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

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

R = 7.59%
G = 48.95%
B = 43.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#127467 (or 0x127467) is known color: Deep Sea. HEX triplet: 12, 74 and 67. RGB value is (18,116,103). Sum of RGB (Red+Green+Blue) = 18+116+103=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #127467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127467 is #ED8B98. Grayscale: #555555. Windows color (decimal): -15567769 or 6779922. OLE color: 6779922.

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

Color convert

RGB 18 116 103 -
CMYK 0.84 0 0.11 0.55
HSL 172.04º 0.73% 0.26% -
HSV(B) 172.04º 0.84% 0.45% -
XYZ 8.94 13.6 14.99 -
YUV 85.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 18 116 103 0.84 0 0.11 0.55 172.04 0.73 0.26
Hex 12 74 67 54 0 B 37 AC 49 1A
Octal 22 164 147 124 0 13 67 254 111 32
Binary 10010 1110100 1100111 1010100 0 1011 110111 10101100 1001001 11010

Color Harmonies of #127467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127467

Black with #127467

Text Example


Text Example

White with #127467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127467; }

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

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

background-color css

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

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

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

border-color css

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

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

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