Html Css Color HEX #12795F Deep Sea

📋 copy color: '#12795F'

red 18 ◦ green 121 ◦ blue 95

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

Shades of Deep Sea #12795F

Tints of Deep Sea #12795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 7.69%
G = 51.71%
B = 40.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#12795F (or 0x12795F) is known color: Deep Sea. HEX triplet: 12, 79 and 5F. RGB value is (18,121,95). Sum of RGB (Red+Green+Blue) = 18+121+95=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #12795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795F is #ED86A0. Grayscale: #575757. Windows color (decimal): -15566497 or 6256914. OLE color: 6256914.

HSL color Cylindrical-coordinate representation of color #12795F: hue angle of 164.85º 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 #12795F is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 95 -
CMYK 0.85 0 0.21 0.53
HSL 164.85º 0.74% 0.27% -
HSV(B) 164.85º 0.85% 0.47% -
XYZ 9.15 14.63 13.17 -
YUV 87.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 18 121 95 0.85 0 0.21 0.53 164.85 0.74 0.27
Hex 12 79 5F 55 0 15 35 A5 4A 1B
Octal 22 171 137 125 0 25 65 245 112 33
Binary 10010 1111001 1011111 1010101 0 10101 110101 10100101 1001010 11011

Color Harmonies of #12795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12795F

Black with #12795F

Text Example


Text Example

White with #12795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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