Html Css Color HEX #38A192 Gossamer

📋 copy color: '#38A192'

red 56 ◦ green 161 ◦ blue 146

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

Shades of Gossamer #38A192

Tints of Gossamer #38A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 15.43%
G = 44.35%
B = 40.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#38A192 (or 0x38A192) is known color: Gossamer. HEX triplet: 38, A1 and 92. RGB value is (56,161,146). Sum of RGB (Red+Green+Blue) = 56+161+146=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #38A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A192 is #C75E6D. Grayscale: #7F7F7F. Windows color (decimal): -13065838 or 9609528. OLE color: 9609528.

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

Color convert

RGB 56 161 146 -
CMYK 0.65 0 0.09 0.37
HSL 171.43º 0.48% 0.43% -
HSV(B) 171.43º 0.65% 0.63% -
XYZ 19.56 28.41 31.65 -
YUV 127.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 56 161 146 0.65 0 0.09 0.37 171.43 0.48 0.43
Hex 38 A1 92 41 0 9 25 AB 30 2B
Octal 70 241 222 101 0 11 45 253 60 53
Binary 111000 10100001 10010010 1000001 0 1001 100101 10101011 110000 101011

Color Harmonies of #38A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A192

Black with #38A192

Text Example


Text Example

White with #38A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,161,146); }

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

background-color css

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

 a { background-color: rgb(56,161,146); }

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

border-color css

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

 span { border-color: rgb(56,161,146); }

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