Html Css Color HEX #12755F Deep Sea

📋 copy color: '#12755F'

red 18 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #12755F

Tints of Deep Sea #12755F

RGB

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

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

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

R = 7.83%
G = 50.87%
B = 41.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#12755F (or 0x12755F) is known color: Deep Sea. HEX triplet: 12, 75 and 5F. RGB value is (18,117,95). Sum of RGB (Red+Green+Blue) = 18+117+95=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #12755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12755F is #ED8AA0. Grayscale: #545454. Windows color (decimal): -15567521 or 6255890. OLE color: 6255890.

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

Color convert

RGB 18 117 95 -
CMYK 0.85 0 0.19 0.54
HSL 166.67º 0.73% 0.26% -
HSV(B) 166.67º 0.85% 0.46% -
XYZ 8.68 13.68 13.01 -
YUV 84.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 18 117 95 0.85 0 0.19 0.54 166.67 0.73 0.26
Hex 12 75 5F 55 0 13 36 A7 49 1A
Octal 22 165 137 125 0 23 66 247 111 32
Binary 10010 1110101 1011111 1010101 0 10011 110110 10100111 1001001 11010

Color Harmonies of #12755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12755F

Black with #12755F

Text Example


Text Example

White with #12755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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