Html Css Color HEX #12775C Deep Sea

📋 copy color: '#12775C'

red 18 ◦ green 119 ◦ blue 92

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

Shades of Deep Sea #12775C

Tints of Deep Sea #12775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 7.86%
G = 51.97%
B = 40.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#12775C (or 0x12775C) is known color: Deep Sea. HEX triplet: 12, 77 and 5C. RGB value is (18,119,92). Sum of RGB (Red+Green+Blue) = 18+119+92=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #12775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12775C is #ED88A3. Grayscale: #555555. Windows color (decimal): -15567012 or 6059794. OLE color: 6059794.

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

Color convert

RGB 18 119 92 -
CMYK 0.85 0 0.23 0.53
HSL 163.96º 0.74% 0.27% -
HSV(B) 163.96º 0.85% 0.47% -
XYZ 8.78 14.09 12.38 -
YUV 85.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 18 119 92 0.85 0 0.23 0.53 163.96 0.74 0.27
Hex 12 77 5C 55 0 17 35 A4 4A 1B
Octal 22 167 134 125 0 27 65 244 112 33
Binary 10010 1110111 1011100 1010101 0 10111 110101 10100100 1001010 11011

Color Harmonies of #12775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12775C

Black with #12775C

Text Example


Text Example

White with #12775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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