Html Css Color HEX #12805F Deep Sea

📋 copy color: '#12805F'

red 18 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #12805F

Tints of Deep Sea #12805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

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

R = 7.47%
G = 53.11%
B = 39.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#12805F (or 0x12805F) is known color: Deep Sea. HEX triplet: 12, 80 and 5F. RGB value is (18,128,95). Sum of RGB (Red+Green+Blue) = 18+128+95=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #12805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12805F is #ED7FA0. Grayscale: #5B5B5B. Windows color (decimal): -15564705 or 6258706. OLE color: 6258706.

HSL color Cylindrical-coordinate representation of color #12805F: hue angle of 162º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12805F is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 128 95 -
CMYK 0.86 0 0.26 0.50
HSL 162º 0.75% 0.29% -
HSV(B) 162º 0.86% 0.5% -
XYZ 10.03 16.39 13.46 -
YUV 91.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 18 128 95 0.86 0 0.26 0.50 162 0.75 0.29
Hex 12 80 5F 56 0 1A 32 A2 4B 1D
Octal 22 200 137 126 0 32 62 242 113 35
Binary 10010 10000000 1011111 1010110 0 11010 110010 10100010 1001011 11101

Color Harmonies of #12805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12805F

Black with #12805F

Text Example


Text Example

White with #12805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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