Html Css Color HEX #318180 Atoll

📋 copy color: '#318180'

red 49 ◦ green 129 ◦ blue 128

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

Shades of Atoll #318180

Tints of Atoll #318180

RGB

 RED value IS 49 (19.53% from 255) = 16.01%

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 16.01%
G = 42.16%
B = 41.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#318180 (or 0x318180) is known color: Atoll. HEX triplet: 31, 81 and 80. RGB value is (49,129,128). Sum of RGB (Red+Green+Blue) = 49+129+128=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #318180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318180 is #CE7E7F. Grayscale: #686868. Windows color (decimal): -13532800 or 8421681. OLE color: 8421681.

HSL color Cylindrical-coordinate representation of color #318180: hue angle of 179.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318180 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 128 -
CMYK 0.62 0 0.01 0.49
HSL 179.25º 0.45% 0.35% -
HSV(B) 179.25º 0.62% 0.51% -
XYZ 13.01 17.91 23.19 -
YUV 104.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 49 129 128 0.62 0 0.01 0.49 179.25 0.45 0.35
Hex 31 81 80 3E 0 1 31 B3 2D 23
Octal 61 201 200 76 0 1 61 263 55 43
Binary 110001 10000001 10000000 111110 0 1 110001 10110011 101101 100011

Color Harmonies of #318180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318180

Black with #318180

Text Example


Text Example

White with #318180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318180; }

 p { color: rgb(49,129,128); }

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

background-color css

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

 a { background-color: rgb(49,129,128); }

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

border-color css

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

 span { border-color: rgb(49,129,128); }

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