Html Css Color HEX #127464 Deep Sea

📋 copy color: '#127464'

red 18 ◦ green 116 ◦ blue 100

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

Shades of Deep Sea #127464

Tints of Deep Sea #127464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 7.69%
G = 49.57%
B = 42.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#127464 (or 0x127464) is known color: Deep Sea. HEX triplet: 12, 74 and 64. RGB value is (18,116,100). Sum of RGB (Red+Green+Blue) = 18+116+100=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #127464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127464 is #ED8B9B. Grayscale: #545454. Windows color (decimal): -15567772 or 6583314. OLE color: 6583314.

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

Color convert

RGB 18 116 100 -
CMYK 0.84 0 0.14 0.55
HSL 170.2º 0.73% 0.26% -
HSV(B) 170.2º 0.84% 0.45% -
XYZ 8.8 13.54 14.21 -
YUV 84.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 18 116 100 0.84 0 0.14 0.55 170.2 0.73 0.26
Hex 12 74 64 54 0 E 37 AA 49 1A
Octal 22 164 144 124 0 16 67 252 111 32
Binary 10010 1110100 1100100 1010100 0 1110 110111 10101010 1001001 11010

Color Harmonies of #127464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127464

Black with #127464

Text Example


Text Example

White with #127464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127464; }

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

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

background-color css

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

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

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

border-color css

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

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

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