Html Css Color HEX #12765D Deep Sea

📋 copy color: '#12765D'

red 18 ◦ green 118 ◦ blue 93

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

Shades of Deep Sea #12765D

Tints of Deep Sea #12765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.53%

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

R = 7.86%
G = 51.53%
B = 40.61%

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

#12765D (or 0x12765D) is known color: Deep Sea. HEX triplet: 12, 76 and 5D. RGB value is (18,118,93). Sum of RGB (Red+Green+Blue) = 18+118+93=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #12765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12765D is #ED89A2. Grayscale: #555555. Windows color (decimal): -15567267 or 6125074. OLE color: 6125074.

HSL color Cylindrical-coordinate representation of color #12765D: hue angle of 165º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12765D is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 93 -
CMYK 0.85 0 0.21 0.54
HSL 165º 0.74% 0.27% -
HSV(B) 165º 0.85% 0.46% -
XYZ 8.7 13.88 12.58 -
YUV 85.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 18 118 93 0.85 0 0.21 0.54 165 0.74 0.27
Hex 12 76 5D 55 0 15 36 A5 4A 1B
Octal 22 166 135 125 0 25 66 245 112 33
Binary 10010 1110110 1011101 1010101 0 10101 110110 10100101 1001010 11011

Color Harmonies of #12765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12765D

Black with #12765D

Text Example


Text Example

White with #12765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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