Html Css Color HEX #127C67 Deep Sea

📋 copy color: '#127C67'

red 18 ◦ green 124 ◦ blue 103

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

Shades of Deep Sea #127C67

Tints of Deep Sea #127C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.61%

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

R = 7.35%
G = 50.61%
B = 42.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#127C67 (or 0x127C67) is known color: Deep Sea. HEX triplet: 12, 7C and 67. RGB value is (18,124,103). Sum of RGB (Red+Green+Blue) = 18+124+103=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #127C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C67 is #ED8398. Grayscale: #595959. Windows color (decimal): -15565721 or 6781970. OLE color: 6781970.

HSL color Cylindrical-coordinate representation of color #127C67: hue angle of 168.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C67 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 103 -
CMYK 0.85 0 0.17 0.51
HSL 168.11º 0.75% 0.28% -
HSV(B) 168.11º 0.85% 0.49% -
XYZ 9.91 15.52 15.31 -
YUV 89.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 18 124 103 0.85 0 0.17 0.51 168.11 0.75 0.28
Hex 12 7C 67 55 0 11 33 A8 4B 1C
Octal 22 174 147 125 0 21 63 250 113 34
Binary 10010 1111100 1100111 1010101 0 10001 110011 10101000 1001011 11100

Color Harmonies of #127C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C67

Black with #127C67

Text Example


Text Example

White with #127C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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