Html Css Color HEX #1B7C6F Deep Sea

📋 copy color: '#1B7C6F'

red 27 ◦ green 124 ◦ blue 111

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

Shades of Deep Sea #1B7C6F

Tints of Deep Sea #1B7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 10.31%
G = 47.33%
B = 42.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#1B7C6F (or 0x1B7C6F) is known color: Deep Sea. HEX triplet: 1B, 7C and 6F. RGB value is (27,124,111). Sum of RGB (Red+Green+Blue) = 27+124+111=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #1B7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7C6F is #E48390. Grayscale: #5D5D5D. Windows color (decimal): -14975889 or 7306267. OLE color: 7306267.

HSL color Cylindrical-coordinate representation of color #1B7C6F: hue angle of 171.96º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7C6F is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 124 111 -
CMYK 0.78 0 0.10 0.51
HSL 171.96º 0.64% 0.3% -
HSV(B) 171.96º 0.78% 0.49% -
XYZ 10.53 15.8 17.53 -
YUV 93.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 27 124 111 0.78 0 0.10 0.51 171.96 0.64 0.3
Hex 1B 7C 6F 4E 0 A 33 AC 40 1E
Octal 33 174 157 116 0 12 63 254 100 36
Binary 11011 1111100 1101111 1001110 0 1010 110011 10101100 1000000 11110

Color Harmonies of #1B7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7C6F

Black with #1B7C6F

Text Example


Text Example

White with #1B7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,124,111); }

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

background-color css

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

 a { background-color: rgb(27,124,111); }

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

border-color css

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

 span { border-color: rgb(27,124,111); }

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