Html Css Color HEX #12785A Deep Sea

📋 copy color: '#12785A'

red 18 ◦ green 120 ◦ blue 90

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

Shades of Deep Sea #12785A

Tints of Deep Sea #12785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.63%

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 7.89%
G = 52.63%
B = 39.47%

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

#12785A (or 0x12785A) is known color: Deep Sea. HEX triplet: 12, 78 and 5A. RGB value is (18,120,90). Sum of RGB (Red+Green+Blue) = 18+120+90=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #12785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12785A is #ED87A5. Grayscale: #565656. Windows color (decimal): -15566758 or 5928978. OLE color: 5928978.

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

Color convert

RGB 18 120 90 -
CMYK 0.85 0 0.25 0.53
HSL 162.35º 0.74% 0.27% -
HSV(B) 162.35º 0.85% 0.47% -
XYZ 8.81 14.3 11.97 -
YUV 86.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 18 120 90 0.85 0 0.25 0.53 162.35 0.74 0.27
Hex 12 78 5A 55 0 19 35 A2 4A 1B
Octal 22 170 132 125 0 31 65 242 112 33
Binary 10010 1111000 1011010 1010101 0 11001 110101 10100010 1001010 11011

Color Harmonies of #12785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12785A

Black with #12785A

Text Example


Text Example

White with #12785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12785A; }

 p { color: rgb(18,120,90); }

 H1.HeaderClassName
 {
   color: #12785A;
 }
 .AnyTagClassName
 {
   color: #12785A;
 }
</style>

background-color css

<style>
 a { background-color: #12785A; }

 a { background-color: rgb(18,120,90); }

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

border-color css

<style>
 span { border-color: #12785A; }

 span { border-color: rgb(18,120,90); }

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