Html Css Color HEX #368680 Atoll

📋 copy color: '#368680'

red 54 ◦ green 134 ◦ blue 128

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

Shades of Atoll #368680

Tints of Atoll #368680

RGB

 RED value IS 54 (21.48% from 255) = 17.09%

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

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

R = 17.09%
G = 42.41%
B = 40.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#368680 (or 0x368680) is known color: Atoll. HEX triplet: 36, 86 and 80. RGB value is (54,134,128). Sum of RGB (Red+Green+Blue) = 54+134+128=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #368680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368680 is #C9797F. Grayscale: #6D6D6D. Windows color (decimal): -13203840 or 8422966. OLE color: 8422966.

HSL color Cylindrical-coordinate representation of color #368680: hue angle of 175.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368680 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 128 -
CMYK 0.60 0 0.04 0.47
HSL 175.5º 0.43% 0.37% -
HSV(B) 175.5º 0.6% 0.53% -
XYZ 13.94 19.39 23.43 -
YUV 109.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 54 134 128 0.60 0 0.04 0.47 175.5 0.43 0.37
Hex 36 86 80 3C 0 4 2F B0 2B 25
Octal 66 206 200 74 0 4 57 260 53 45
Binary 110110 10000110 10000000 111100 0 100 101111 10110000 101011 100101

Color Harmonies of #368680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368680

Black with #368680

Text Example


Text Example

White with #368680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368680; }

 p { color: rgb(54,134,128); }

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

background-color css

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

 a { background-color: rgb(54,134,128); }

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

border-color css

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

 span { border-color: rgb(54,134,128); }

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