Html Css Color HEX #1B7461 Deep Sea

📋 copy color: '#1B7461'

red 27 ◦ green 116 ◦ blue 97

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

Shades of Deep Sea #1B7461

Tints of Deep Sea #1B7461

RGB

 RED value IS 27 (10.94% from 255) = 11.25%

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 11.25%
G = 48.33%
B = 40.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#1B7461 (or 0x1B7461) is known color: Deep Sea. HEX triplet: 1B, 74 and 61. RGB value is (27,116,97). Sum of RGB (Red+Green+Blue) = 27+116+97=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7461 is #E48B9E. Grayscale: #575757. Windows color (decimal): -14977951 or 6386715. OLE color: 6386715.

HSL color Cylindrical-coordinate representation of color #1B7461: hue angle of 167.19º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7461 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 116 97 -
CMYK 0.77 0 0.16 0.55
HSL 167.19º 0.62% 0.28% -
HSV(B) 167.19º 0.77% 0.45% -
XYZ 8.86 13.59 13.47 -
YUV 87.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 27 116 97 0.77 0 0.16 0.55 167.19 0.62 0.28
Hex 1B 74 61 4D 0 10 37 A7 3E 1C
Octal 33 164 141 115 0 20 67 247 76 34
Binary 11011 1110100 1100001 1001101 0 10000 110111 10100111 111110 11100

Color Harmonies of #1B7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7461

Black with #1B7461

Text Example


Text Example

White with #1B7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B7461; }

 p { color: rgb(27,116,97); }

 H1.HeaderClassName
 {
   color: #1B7461;
 }
 .AnyTagClassName
 {
   color: #1B7461;
 }
</style>

background-color css

<style>
 a { background-color: #1B7461; }

 a { background-color: rgb(27,116,97); }

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

border-color css

<style>
 span { border-color: #1B7461; }

 span { border-color: rgb(27,116,97); }

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