#1D7375

Color #1D7375 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #1D7375

Tints of Atoll #1D7375

Color information

#1D7375 (or 0x1D7375) is unknown color: approx Atoll. HEX triplet: 1D, 73 and 75. RGB value is (29,115,117). Sum of RGB (Red+Green+Blue) = 29+115+117=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7375 is #E28C8A. Grayscale: #595959. Windows color (decimal): -14847115 or 7697181. OLE color: 7697181.

HSL color Cylindrical-coordinate representation of color #1D7375: hue angle of 181.36º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7375 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB29115117-
CMYK0.750.0200.54
HSL181.36º60.27%28.63%-
HSV(B)181.36º75.21%45.88%-
XYZ9.8513.8118.98-
YUV89.51143.5184.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=11.11%
G=44.06%
B=44.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291151170.750.0200.54181.3660.2728.63
Hex1D73754B2036b53c1d
Octal3516316511320662657435
Binary111011110011111010110010111001101101011010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,117); }

 H1.HeaderClassName
 {
   color: #1D7375;
 }
 .AnyTagClassName
 {
   color: #1D7375;
 }
</style>
background-color css

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

 a { background-color: rgb(29,115,117); }

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

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

 span { border-color: rgb(29,115,117); }

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