Html Css Color HEX #1C767C Atoll

📋 copy color: '#1C767C'

red 28 ◦ green 118 ◦ blue 124

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

Shades of Atoll #1C767C

Tints of Atoll #1C767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 10.37%
G = 43.7%
B = 45.93%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C767C (or 0x1C767C) is known color: Atoll. HEX triplet: 1C, 76 and 7C. RGB value is (28,118,124). Sum of RGB (Red+Green+Blue) = 28+118+124=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C767C is #E38983. Grayscale: #5B5B5B. Windows color (decimal): -14911876 or 8156700. OLE color: 8156700.

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

Color convert

RGB 28 118 124 -
CMYK 0.77 0.05 0 0.51
HSL 183.75º 0.63% 0.3% -
HSV(B) 183.75º 0.77% 0.49% -
XYZ 10.6 14.66 21.34 -
YUV 91.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 28 118 124 0.77 0.05 0 0.51 183.75 0.63 0.3
Hex 1C 76 7C 4D 5 0 33 B8 3F 1E
Octal 34 166 174 115 5 0 63 270 77 36
Binary 11100 1110110 1111100 1001101 101 0 110011 10111000 111111 11110

Color Harmonies of #1C767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C767C

Black with #1C767C

Text Example


Text Example

White with #1C767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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