Html Css Color HEX #12756C Deep Sea

📋 copy color: '#12756C'

red 18 ◦ green 117 ◦ blue 108

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

Shades of Deep Sea #12756C

Tints of Deep Sea #12756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 7.41%
G = 48.15%
B = 44.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#12756C (or 0x12756C) is known color: Deep Sea. HEX triplet: 12, 75 and 6C. RGB value is (18,117,108). Sum of RGB (Red+Green+Blue) = 18+117+108=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #12756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12756C is #ED8A93. Grayscale: #565656. Windows color (decimal): -15567508 or 7107858. OLE color: 7107858.

HSL color Cylindrical-coordinate representation of color #12756C: hue angle of 174.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12756C is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 108 -
CMYK 0.85 0 0.08 0.54
HSL 174.55º 0.73% 0.26% -
HSV(B) 174.55º 0.85% 0.46% -
XYZ 9.32 13.93 16.39 -
YUV 86.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 18 117 108 0.85 0 0.08 0.54 174.55 0.73 0.26
Hex 12 75 6C 55 0 8 36 AF 49 1A
Octal 22 165 154 125 0 10 66 257 111 32
Binary 10010 1110101 1101100 1010101 0 1000 110110 10101111 1001001 11010

Color Harmonies of #12756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12756C

Black with #12756C

Text Example


Text Example

White with #12756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12756C; }

 p { color: rgb(18,117,108); }

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

background-color css

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

 a { background-color: rgb(18,117,108); }

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

border-color css

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

 span { border-color: rgb(18,117,108); }

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