Html Css Color HEX #348682 Atoll

📋 copy color: '#348682'

red 52 ◦ green 134 ◦ blue 130

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

Shades of Atoll #348682

Tints of Atoll #348682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 16.46%
G = 42.41%
B = 41.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#348682 (or 0x348682) is known color: Atoll. HEX triplet: 34, 86 and 82. RGB value is (52,134,130). Sum of RGB (Red+Green+Blue) = 52+134+130=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #348682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348682 is #CB797D. Grayscale: #6C6C6C. Windows color (decimal): -13334910 or 8554036. OLE color: 8554036.

HSL color Cylindrical-coordinate representation of color #348682: hue angle of 177.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348682 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 130 -
CMYK 0.61 0 0.03 0.47
HSL 177.07º 0.44% 0.36% -
HSV(B) 177.07º 0.61% 0.53% -
XYZ 13.97 19.39 24.13 -
YUV 109.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 52 134 130 0.61 0 0.03 0.47 177.07 0.44 0.36
Hex 34 86 82 3D 0 3 2F B1 2C 24
Octal 64 206 202 75 0 3 57 261 54 44
Binary 110100 10000110 10000010 111101 0 11 101111 10110001 101100 100100

Color Harmonies of #348682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348682

Black with #348682

Text Example


Text Example

White with #348682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348682; }

 p { color: rgb(52,134,130); }

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

background-color css

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

 a { background-color: rgb(52,134,130); }

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

border-color css

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

 span { border-color: rgb(52,134,130); }

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