Html Css Color HEX #12775A Deep Sea

📋 copy color: '#12775A'

red 18 ◦ green 119 ◦ blue 90

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

Shades of Deep Sea #12775A

Tints of Deep Sea #12775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

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

R = 7.93%
G = 52.42%
B = 39.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#12775A (or 0x12775A) is known color: Deep Sea. HEX triplet: 12, 77 and 5A. RGB value is (18,119,90). Sum of RGB (Red+Green+Blue) = 18+119+90=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #12775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12775A is #ED88A5. Grayscale: #555555. Windows color (decimal): -15567014 or 5928722. OLE color: 5928722.

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

Color convert

RGB 18 119 90 -
CMYK 0.85 0 0.24 0.53
HSL 162.77º 0.74% 0.27% -
HSV(B) 162.77º 0.85% 0.47% -
XYZ 8.69 14.06 11.93 -
YUV 85.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 18 119 90 0.85 0 0.24 0.53 162.77 0.74 0.27
Hex 12 77 5A 55 0 18 35 A3 4A 1B
Octal 22 167 132 125 0 30 65 243 112 33
Binary 10010 1110111 1011010 1010101 0 11000 110101 10100011 1001010 11011

Color Harmonies of #12775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12775A

Black with #12775A

Text Example


Text Example

White with #12775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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