Html Css Color HEX #38A182 Gossamer

📋 copy color: '#38A182'

red 56 ◦ green 161 ◦ blue 130

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

Shades of Gossamer #38A182

Tints of Gossamer #38A182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 16.14%
G = 46.4%
B = 37.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#38A182 (or 0x38A182) is known color: Gossamer. HEX triplet: 38, A1 and 82. RGB value is (56,161,130). Sum of RGB (Red+Green+Blue) = 56+161+130=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #38A182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A182 is #C75E7D. Grayscale: #7E7E7E. Windows color (decimal): -13065854 or 8560952. OLE color: 8560952.

HSL color Cylindrical-coordinate representation of color #38A182: hue angle of 162.29º 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 #38A182 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 161 130 -
CMYK 0.65 0 0.19 0.37
HSL 162.29º 0.48% 0.43% -
HSV(B) 162.29º 0.65% 0.63% -
XYZ 18.41 27.94 25.54 -
YUV 126.07 130.21 78.02 -
System Red Green Blue C M Y K H S L
Decimal 56 161 130 0.65 0 0.19 0.37 162.29 0.48 0.43
Hex 38 A1 82 41 0 13 25 A2 30 2B
Octal 70 241 202 101 0 23 45 242 60 53
Binary 111000 10100001 10000010 1000001 0 10011 100101 10100010 110000 101011

Color Harmonies of #38A182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A182

Black with #38A182

Text Example


Text Example

White with #38A182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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