Html Css Color HEX #389A8F Gossamer

📋 copy color: '#389A8F'

red 56 ◦ green 154 ◦ blue 143

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

Shades of Gossamer #389A8F

Tints of Gossamer #389A8F

RGB

 RED value IS 56 (22.27% from 255) = 15.86%

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

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

R = 15.86%
G = 43.63%
B = 40.51%

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

#389A8F (or 0x389A8F) is known color: Gossamer. HEX triplet: 38, 9A and 8F. RGB value is (56,154,143). Sum of RGB (Red+Green+Blue) = 56+154+143=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #389A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389A8F is #C76570. Grayscale: #7B7B7B. Windows color (decimal): -13067633 or 9411128. OLE color: 9411128.

HSL color Cylindrical-coordinate representation of color #389A8F: hue angle of 173.27º 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 #389A8F is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 154 143 -
CMYK 0.64 0 0.07 0.40
HSL 173.27º 0.47% 0.41% -
HSV(B) 173.27º 0.64% 0.6% -
XYZ 18.14 25.94 30.04 -
YUV 123.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 56 154 143 0.64 0 0.07 0.40 173.27 0.47 0.41
Hex 38 9A 8F 40 0 7 28 AD 2F 29
Octal 70 232 217 100 0 7 50 255 57 51
Binary 111000 10011010 10001111 1000000 0 111 101000 10101101 101111 101001

Color Harmonies of #389A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A8F

Black with #389A8F

Text Example


Text Example

White with #389A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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