Html Css Color HEX #12765F Deep Sea

📋 copy color: '#12765F'

red 18 ◦ green 118 ◦ blue 95

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

Shades of Deep Sea #12765F

Tints of Deep Sea #12765F

RGB

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

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

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

R = 7.79%
G = 51.08%
B = 41.13%

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

#12765F (or 0x12765F) is known color: Deep Sea. HEX triplet: 12, 76 and 5F. RGB value is (18,118,95). Sum of RGB (Red+Green+Blue) = 18+118+95=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #12765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12765F is #ED89A0. Grayscale: #555555. Windows color (decimal): -15567265 or 6256146. OLE color: 6256146.

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

Color convert

RGB 18 118 95 -
CMYK 0.85 0 0.19 0.54
HSL 166.2º 0.74% 0.27% -
HSV(B) 166.2º 0.85% 0.46% -
XYZ 8.79 13.91 13.05 -
YUV 85.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 18 118 95 0.85 0 0.19 0.54 166.2 0.74 0.27
Hex 12 76 5F 55 0 13 36 A6 4A 1B
Octal 22 166 137 125 0 23 66 246 112 33
Binary 10010 1110110 1011111 1010101 0 10011 110110 10100110 1001010 11011

Color Harmonies of #12765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12765F

Black with #12765F

Text Example


Text Example

White with #12765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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