Html Css Color HEX #12766B Deep Sea

📋 copy color: '#12766B'

red 18 ◦ green 118 ◦ blue 107

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

Shades of Deep Sea #12766B

Tints of Deep Sea #12766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 7.41%
G = 48.56%
B = 44.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#12766B (or 0x12766B) is known color: Deep Sea. HEX triplet: 12, 76 and 6B. RGB value is (18,118,107). Sum of RGB (Red+Green+Blue) = 18+118+107=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #12766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12766B is #ED8994. Grayscale: #565656. Windows color (decimal): -15567253 or 7042578. OLE color: 7042578.

HSL color Cylindrical-coordinate representation of color #12766B: hue angle of 173.4º 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 #12766B is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 107 -
CMYK 0.85 0 0.09 0.54
HSL 173.4º 0.74% 0.27% -
HSV(B) 173.4º 0.85% 0.46% -
XYZ 9.38 14.15 16.15 -
YUV 86.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 18 118 107 0.85 0 0.09 0.54 173.4 0.74 0.27
Hex 12 76 6B 55 0 9 36 AD 4A 1B
Octal 22 166 153 125 0 11 66 255 112 33
Binary 10010 1110110 1101011 1010101 0 1001 110110 10101101 1001010 11011

Color Harmonies of #12766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12766B

Black with #12766B

Text Example


Text Example

White with #12766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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