Html Css Color HEX #12795B Deep Sea

📋 copy color: '#12795B'

red 18 ◦ green 121 ◦ blue 91

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

Shades of Deep Sea #12795B

Tints of Deep Sea #12795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 7.83%
G = 52.61%
B = 39.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#12795B (or 0x12795B) is known color: Deep Sea. HEX triplet: 12, 79 and 5B. RGB value is (18,121,91). Sum of RGB (Red+Green+Blue) = 18+121+91=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #12795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795B is #ED86A4. Grayscale: #565656. Windows color (decimal): -15566501 or 5994770. OLE color: 5994770.

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

Color convert

RGB 18 121 91 -
CMYK 0.85 0 0.25 0.53
HSL 162.52º 0.74% 0.27% -
HSV(B) 162.52º 0.85% 0.47% -
XYZ 8.98 14.56 12.23 -
YUV 86.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 18 121 91 0.85 0 0.25 0.53 162.52 0.74 0.27
Hex 12 79 5B 55 0 19 35 A3 4A 1B
Octal 22 171 133 125 0 31 65 243 112 33
Binary 10010 1111001 1011011 1010101 0 11001 110101 10100011 1001010 11011

Color Harmonies of #12795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12795B

Black with #12795B

Text Example


Text Example

White with #12795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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