Html Css Color HEX #38A17B Gossamer

📋 copy color: '#38A17B'

red 56 ◦ green 161 ◦ blue 123

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

Shades of Gossamer #38A17B

Tints of Gossamer #38A17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 16.47%
G = 47.35%
B = 36.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#38A17B (or 0x38A17B) is known color: Gossamer. HEX triplet: 38, A1 and 7B. RGB value is (56,161,123). Sum of RGB (Red+Green+Blue) = 56+161+123=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #38A17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A17B is #C75E84. Grayscale: #7D7D7D. Windows color (decimal): -13065861 or 8102200. OLE color: 8102200.

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

Color convert

RGB 56 161 123 -
CMYK 0.65 0 0.24 0.37
HSL 158.29º 0.48% 0.43% -
HSV(B) 158.29º 0.65% 0.63% -
XYZ 17.95 27.76 23.15 -
YUV 125.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 56 161 123 0.65 0 0.24 0.37 158.29 0.48 0.43
Hex 38 A1 7B 41 0 18 25 9E 30 2B
Octal 70 241 173 101 0 30 45 236 60 53
Binary 111000 10100001 1111011 1000001 0 11000 100101 10011110 110000 101011

Color Harmonies of #38A17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A17B

Black with #38A17B

Text Example


Text Example

White with #38A17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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