Html Css Color HEX #12795D Deep Sea

📋 copy color: '#12795D'

red 18 ◦ green 121 ◦ blue 93

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

Shades of Deep Sea #12795D

Tints of Deep Sea #12795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 7.76%
G = 52.16%
B = 40.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#12795D (or 0x12795D) is known color: Deep Sea. HEX triplet: 12, 79 and 5D. RGB value is (18,121,93). Sum of RGB (Red+Green+Blue) = 18+121+93=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #12795D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795D is #ED86A2. Grayscale: #575757. Windows color (decimal): -15566499 or 6125842. OLE color: 6125842.

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

Color convert

RGB 18 121 93 -
CMYK 0.85 0 0.23 0.53
HSL 163.69º 0.74% 0.27% -
HSV(B) 163.69º 0.85% 0.47% -
XYZ 9.06 14.59 12.7 -
YUV 87.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 18 121 93 0.85 0 0.23 0.53 163.69 0.74 0.27
Hex 12 79 5D 55 0 17 35 A4 4A 1B
Octal 22 171 135 125 0 27 65 244 112 33
Binary 10010 1111001 1011101 1010101 0 10111 110101 10100100 1001010 11011

Color Harmonies of #12795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12795D

Black with #12795D

Text Example


Text Example

White with #12795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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