Html Css Color HEX #12795E Deep Sea

📋 copy color: '#12795E'

red 18 ◦ green 121 ◦ blue 94

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

Shades of Deep Sea #12795E

Tints of Deep Sea #12795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

 BLUE value IS 94 (37.11% from 255) = 40.34%

R = 7.73%
G = 51.93%
B = 40.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#12795E (or 0x12795E) is known color: Deep Sea. HEX triplet: 12, 79 and 5E. RGB value is (18,121,94). Sum of RGB (Red+Green+Blue) = 18+121+94=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #12795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795E is #ED86A1. Grayscale: #575757. Windows color (decimal): -15566498 or 6191378. OLE color: 6191378.

HSL color Cylindrical-coordinate representation of color #12795E: hue angle of 164.27º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12795E is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 94 -
CMYK 0.85 0 0.22 0.53
HSL 164.27º 0.74% 0.27% -
HSV(B) 164.27º 0.85% 0.47% -
XYZ 9.11 14.61 12.93 -
YUV 87.13 131.88 78.7 -
System Red Green Blue C M Y K H S L
Decimal 18 121 94 0.85 0 0.22 0.53 164.27 0.74 0.27
Hex 12 79 5E 55 0 16 35 A4 4A 1B
Octal 22 171 136 125 0 26 65 244 112 33
Binary 10010 1111001 1011110 1010101 0 10110 110101 10100100 1001010 11011

Color Harmonies of #12795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12795E

Black with #12795E

Text Example


Text Example

White with #12795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12795E; }

 p { color: rgb(18,121,94); }

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

background-color css

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

 a { background-color: rgb(18,121,94); }

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

border-color css

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

 span { border-color: rgb(18,121,94); }

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