Html Css Color HEX #1B7D6F Deep Sea

📋 copy color: '#1B7D6F'

red 27 ◦ green 125 ◦ blue 111

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

Shades of Deep Sea #1B7D6F

Tints of Deep Sea #1B7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.53%

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

R = 10.27%
G = 47.53%
B = 42.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#1B7D6F (or 0x1B7D6F) is known color: Deep Sea. HEX triplet: 1B, 7D and 6F. RGB value is (27,125,111). Sum of RGB (Red+Green+Blue) = 27+125+111=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #1B7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7D6F is #E48290. Grayscale: #5E5E5E. Windows color (decimal): -14975633 or 7306523. OLE color: 7306523.

HSL color Cylindrical-coordinate representation of color #1B7D6F: hue angle of 171.43º 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 #1B7D6F is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 125 111 -
CMYK 0.78 0 0.11 0.51
HSL 171.43º 0.64% 0.3% -
HSV(B) 171.43º 0.78% 0.49% -
XYZ 10.65 16.05 17.57 -
YUV 94.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 27 125 111 0.78 0 0.11 0.51 171.43 0.64 0.3
Hex 1B 7D 6F 4E 0 B 33 AB 40 1E
Octal 33 175 157 116 0 13 63 253 100 36
Binary 11011 1111101 1101111 1001110 0 1011 110011 10101011 1000000 11110

Color Harmonies of #1B7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7D6F

Black with #1B7D6F

Text Example


Text Example

White with #1B7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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