Html Css Color HEX #12755A Deep Sea

📋 copy color: '#12755A'

red 18 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #12755A

Tints of Deep Sea #12755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52%

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

R = 8%
G = 52%
B = 40%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#12755A (or 0x12755A) is known color: Deep Sea. HEX triplet: 12, 75 and 5A. RGB value is (18,117,90). Sum of RGB (Red+Green+Blue) = 18+117+90=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #12755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12755A is #ED8AA5. Grayscale: #545454. Windows color (decimal): -15567526 or 5928210. OLE color: 5928210.

HSL color Cylindrical-coordinate representation of color #12755A: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12755A is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 90 -
CMYK 0.85 0 0.23 0.54
HSL 163.64º 0.73% 0.26% -
HSV(B) 163.64º 0.85% 0.46% -
XYZ 8.46 13.59 11.85 -
YUV 84.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 18 117 90 0.85 0 0.23 0.54 163.64 0.73 0.26
Hex 12 75 5A 55 0 17 36 A4 49 1A
Octal 22 165 132 125 0 27 66 244 111 32
Binary 10010 1110101 1011010 1010101 0 10111 110110 10100100 1001001 11010

Color Harmonies of #12755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12755A

Black with #12755A

Text Example


Text Example

White with #12755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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