Html Css Color HEX #12775B Deep Sea

📋 copy color: '#12775B'

red 18 ◦ green 119 ◦ blue 91

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

Shades of Deep Sea #12775B

Tints of Deep Sea #12775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 7.89%
G = 52.19%
B = 39.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#12775B (or 0x12775B) is known color: Deep Sea. HEX triplet: 12, 77 and 5B. RGB value is (18,119,91). Sum of RGB (Red+Green+Blue) = 18+119+91=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #12775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12775B is #ED88A4. Grayscale: #555555. Windows color (decimal): -15567013 or 5994258. OLE color: 5994258.

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

Color convert

RGB 18 119 91 -
CMYK 0.85 0 0.24 0.53
HSL 163.37º 0.74% 0.27% -
HSV(B) 163.37º 0.85% 0.47% -
XYZ 8.73 14.08 12.15 -
YUV 85.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 18 119 91 0.85 0 0.24 0.53 163.37 0.74 0.27
Hex 12 77 5B 55 0 18 35 A3 4A 1B
Octal 22 167 133 125 0 30 65 243 112 33
Binary 10010 1110111 1011011 1010101 0 11000 110101 10100011 1001010 11011

Color Harmonies of #12775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12775B

Black with #12775B

Text Example


Text Example

White with #12775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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