Html Css Color HEX #1D7376 Atoll

📋 copy color: '#1D7376'

red 29 ◦ green 115 ◦ blue 118

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

Shades of Atoll #1D7376

Tints of Atoll #1D7376

RGB

 RED value IS 29 (11.72% from 255) = 11.07%

 GREEN value IS 115 (45.31% from 255) = 43.89%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 11.07%
G = 43.89%
B = 45.04%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D7376 (or 0x1D7376) is known color: Atoll. HEX triplet: 1D, 73 and 76. RGB value is (29,115,118). Sum of RGB (Red+Green+Blue) = 29+115+118=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7376 is #E28C89. Grayscale: #595959. Windows color (decimal): -14847114 or 7762717. OLE color: 7762717.

HSL color Cylindrical-coordinate representation of color #1D7376: hue angle of 182.02º degrees, saturation: 0.61, 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 #1D7376 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 115 118 -
CMYK 0.75 0.03 0 0.54
HSL 182.02º 0.61% 0.29% -
HSV(B) 182.02º 0.75% 0.46% -
XYZ 9.91 13.83 19.29 -
YUV 89.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 29 115 118 0.75 0.03 0 0.54 182.02 0.61 0.29
Hex 1D 73 76 4B 3 0 36 B6 3D 1D
Octal 35 163 166 113 3 0 66 266 75 35
Binary 11101 1110011 1110110 1001011 11 0 110110 10110110 111101 11101

Color Harmonies of #1D7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7376

Black with #1D7376

Text Example


Text Example

White with #1D7376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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