Html Css Color HEX #348180 Atoll

📋 copy color: '#348180'

red 52 ◦ green 129 ◦ blue 128

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

Shades of Atoll #348180

Tints of Atoll #348180

RGB

 RED value IS 52 (20.7% from 255) = 16.83%

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

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

R = 16.83%
G = 41.75%
B = 41.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#348180 (or 0x348180) is known color: Atoll. HEX triplet: 34, 81 and 80. RGB value is (52,129,128). Sum of RGB (Red+Green+Blue) = 52+129+128=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #348180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348180 is #CB7E7F. Grayscale: #696969. Windows color (decimal): -13336192 or 8421684. OLE color: 8421684.

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

Color convert

RGB 52 129 128 -
CMYK 0.60 0 0.01 0.49
HSL 179.22º 0.43% 0.35% -
HSV(B) 179.22º 0.6% 0.51% -
XYZ 13.16 17.99 23.2 -
YUV 105.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 52 129 128 0.60 0 0.01 0.49 179.22 0.43 0.35
Hex 34 81 80 3C 0 1 31 B3 2B 23
Octal 64 201 200 74 0 1 61 263 53 43
Binary 110100 10000001 10000000 111100 0 1 110001 10110011 101011 100011

Color Harmonies of #348180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348180

Black with #348180

Text Example


Text Example

White with #348180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348180; }

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

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

background-color css

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

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

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

border-color css

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

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

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