Html Css Color HEX #127667 Deep Sea

📋 copy color: '#127667'

red 18 ◦ green 118 ◦ blue 103

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

Shades of Deep Sea #127667

Tints of Deep Sea #127667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

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

R = 7.53%
G = 49.37%
B = 43.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#127667 (or 0x127667) is known color: Deep Sea. HEX triplet: 12, 76 and 67. RGB value is (18,118,103). Sum of RGB (Red+Green+Blue) = 18+118+103=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #127667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127667 is #ED8998. Grayscale: #565656. Windows color (decimal): -15567257 or 6780434. OLE color: 6780434.

HSL color Cylindrical-coordinate representation of color #127667: hue angle of 171º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127667 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 103 -
CMYK 0.85 0 0.13 0.54
HSL 171º 0.74% 0.27% -
HSV(B) 171º 0.85% 0.46% -
XYZ 9.18 14.06 15.06 -
YUV 86.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 18 118 103 0.85 0 0.13 0.54 171 0.74 0.27
Hex 12 76 67 55 0 D 36 AB 4A 1B
Octal 22 166 147 125 0 15 66 253 112 33
Binary 10010 1110110 1100111 1010101 0 1101 110110 10101011 1001010 11011

Color Harmonies of #127667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127667

Black with #127667

Text Example


Text Example

White with #127667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127667; }

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

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

background-color css

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

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

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

border-color css

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

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

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