Html Css Color HEX #1B715B Deep Sea

📋 copy color: '#1B715B'

red 27 ◦ green 113 ◦ blue 91

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

Shades of Deep Sea #1B715B

Tints of Deep Sea #1B715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 11.69%
G = 48.92%
B = 39.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#1B715B (or 0x1B715B) is known color: Deep Sea. HEX triplet: 1B, 71 and 5B. RGB value is (27,113,91). Sum of RGB (Red+Green+Blue) = 27+113+91=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #1B715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B715B is #E48EA4. Grayscale: #545454. Windows color (decimal): -14978725 or 5992731. OLE color: 5992731.

HSL color Cylindrical-coordinate representation of color #1B715B: hue angle of 164.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B715B is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 113 91 -
CMYK 0.76 0 0.19 0.56
HSL 164.65º 0.61% 0.27% -
HSV(B) 164.65º 0.76% 0.44% -
XYZ 8.25 12.8 11.93 -
YUV 84.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 27 113 91 0.76 0 0.19 0.56 164.65 0.61 0.27
Hex 1B 71 5B 4C 0 13 38 A5 3D 1B
Octal 33 161 133 114 0 23 70 245 75 33
Binary 11011 1110001 1011011 1001100 0 10011 111000 10100101 111101 11011

Color Harmonies of #1B715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B715B

Black with #1B715B

Text Example


Text Example

White with #1B715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,113,91); }

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

background-color css

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

 a { background-color: rgb(27,113,91); }

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

border-color css

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

 span { border-color: rgb(27,113,91); }

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