Html Css Color HEX #38A08D Gossamer

📋 copy color: '#38A08D'

red 56 ◦ green 160 ◦ blue 141

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

Shades of Gossamer #38A08D

Tints of Gossamer #38A08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 15.69%
G = 44.82%
B = 39.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#38A08D (or 0x38A08D) is known color: Gossamer. HEX triplet: 38, A0 and 8D. RGB value is (56,160,141). Sum of RGB (Red+Green+Blue) = 56+160+141=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #38A08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A08D is #C75F72. Grayscale: #7E7E7E. Windows color (decimal): -13066099 or 9281592. OLE color: 9281592.

HSL color Cylindrical-coordinate representation of color #38A08D: hue angle of 169.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A08D is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 141 -
CMYK 0.65 0 0.12 0.37
HSL 169.04º 0.48% 0.42% -
HSV(B) 169.04º 0.65% 0.63% -
XYZ 19.01 27.91 29.58 -
YUV 126.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 56 160 141 0.65 0 0.12 0.37 169.04 0.48 0.42
Hex 38 A0 8D 41 0 C 25 A9 30 2A
Octal 70 240 215 101 0 14 45 251 60 52
Binary 111000 10100000 10001101 1000001 0 1100 100101 10101001 110000 101010

Color Harmonies of #38A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A08D

Black with #38A08D

Text Example


Text Example

White with #38A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A08D; }

 p { color: rgb(56,160,141); }

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

background-color css

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

 a { background-color: rgb(56,160,141); }

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

border-color css

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

 span { border-color: rgb(56,160,141); }

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