Html Css Color HEX #1C7376 Atoll

📋 copy color: '#1C7376'

red 28 ◦ green 115 ◦ blue 118

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

Shades of Atoll #1C7376

Tints of Atoll #1C7376

RGB

 RED value IS 28 (11.33% from 255) = 10.73%

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

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

R = 10.73%
G = 44.06%
B = 45.21%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C7376 (or 0x1C7376) is known color: Atoll. HEX triplet: 1C, 73 and 76. RGB value is (28,115,118). Sum of RGB (Red+Green+Blue) = 28+115+118=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7376 is #E38C89. Grayscale: #595959. Windows color (decimal): -14912650 or 7762716. OLE color: 7762716.

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

Color convert

RGB 28 115 118 -
CMYK 0.76 0.03 0 0.54
HSL 182º 0.62% 0.29% -
HSV(B) 182º 0.76% 0.46% -
XYZ 9.88 13.82 19.29 -
YUV 89.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 28 115 118 0.76 0.03 0 0.54 182 0.62 0.29
Hex 1C 73 76 4C 3 0 36 B6 3E 1D
Octal 34 163 166 114 3 0 66 266 76 35
Binary 11100 1110011 1110110 1001100 11 0 110110 10110110 111110 11101

Color Harmonies of #1C7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7376

Black with #1C7376

Text Example


Text Example

White with #1C7376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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