Html Css Color HEX #378680 Atoll

📋 copy color: '#378680'

red 55 ◦ green 134 ◦ blue 128

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

Shades of Atoll #378680

Tints of Atoll #378680

RGB

 RED value IS 55 (21.88% from 255) = 17.35%

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

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

R = 17.35%
G = 42.27%
B = 40.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#378680 (or 0x378680) is known color: Atoll. HEX triplet: 37, 86 and 80. RGB value is (55,134,128). Sum of RGB (Red+Green+Blue) = 55+134+128=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #378680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378680 is #C8797F. Grayscale: #6D6D6D. Windows color (decimal): -13138304 or 8422967. OLE color: 8422967.

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

Color convert

RGB 55 134 128 -
CMYK 0.59 0 0.04 0.47
HSL 175.44º 0.42% 0.37% -
HSV(B) 175.44º 0.59% 0.53% -
XYZ 14 19.42 23.43 -
YUV 109.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 55 134 128 0.59 0 0.04 0.47 175.44 0.42 0.37
Hex 37 86 80 3B 0 4 2F AF 2A 25
Octal 67 206 200 73 0 4 57 257 52 45
Binary 110111 10000110 10000000 111011 0 100 101111 10101111 101010 100101

Color Harmonies of #378680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378680

Black with #378680

Text Example


Text Example

White with #378680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378680; }

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

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

background-color css

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

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

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

border-color css

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

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

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