Html Css Color HEX #12755D Deep Sea

📋 copy color: '#12755D'

red 18 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #12755D

Tints of Deep Sea #12755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 7.89%
G = 51.32%
B = 40.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#12755D (or 0x12755D) is known color: Deep Sea. HEX triplet: 12, 75 and 5D. RGB value is (18,117,93). Sum of RGB (Red+Green+Blue) = 18+117+93=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #12755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12755D is #ED8AA2. Grayscale: #545454. Windows color (decimal): -15567523 or 6124818. OLE color: 6124818.

HSL color Cylindrical-coordinate representation of color #12755D: hue angle of 165.45º 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 #12755D is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 93 -
CMYK 0.85 0 0.21 0.54
HSL 165.45º 0.73% 0.26% -
HSV(B) 165.45º 0.85% 0.46% -
XYZ 8.59 13.64 12.54 -
YUV 84.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 18 117 93 0.85 0 0.21 0.54 165.45 0.73 0.26
Hex 12 75 5D 55 0 15 36 A5 49 1A
Octal 22 165 135 125 0 25 66 245 111 32
Binary 10010 1110101 1011101 1010101 0 10101 110110 10100101 1001001 11010

Color Harmonies of #12755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12755D

Black with #12755D

Text Example


Text Example

White with #12755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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