Html Css Color HEX #379A8F Gossamer

📋 copy color: '#379A8F'

red 55 ◦ green 154 ◦ blue 143

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

Shades of Gossamer #379A8F

Tints of Gossamer #379A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.75%

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 15.63%
G = 43.75%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#379A8F (or 0x379A8F) is known color: Gossamer. HEX triplet: 37, 9A and 8F. RGB value is (55,154,143). Sum of RGB (Red+Green+Blue) = 55+154+143=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #379A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379A8F is #C86570. Grayscale: #7B7B7B. Windows color (decimal): -13133169 or 9411127. OLE color: 9411127.

HSL color Cylindrical-coordinate representation of color #379A8F: hue angle of 173.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A8F is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 154 143 -
CMYK 0.64 0 0.07 0.40
HSL 173.33º 0.47% 0.41% -
HSV(B) 173.33º 0.64% 0.6% -
XYZ 18.09 25.91 30.03 -
YUV 123.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 55 154 143 0.64 0 0.07 0.40 173.33 0.47 0.41
Hex 37 9A 8F 40 0 7 28 AD 2F 29
Octal 67 232 217 100 0 7 50 255 57 51
Binary 110111 10011010 10001111 1000000 0 111 101000 10101101 101111 101001

Color Harmonies of #379A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379A8F

Black with #379A8F

Text Example


Text Example

White with #379A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379A8F; }

 p { color: rgb(55,154,143); }

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

background-color css

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

 a { background-color: rgb(55,154,143); }

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

border-color css

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

 span { border-color: rgb(55,154,143); }

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