Html Css Color HEX #38A37B Gossamer

📋 copy color: '#38A37B'

red 56 ◦ green 163 ◦ blue 123

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

Shades of Gossamer #38A37B

Tints of Gossamer #38A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.66%

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

R = 16.37%
G = 47.66%
B = 35.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#38A37B (or 0x38A37B) is known color: Gossamer. HEX triplet: 38, A3 and 7B. RGB value is (56,163,123). Sum of RGB (Red+Green+Blue) = 56+163+123=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #38A37B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A37B is #C75C84. Grayscale: #7E7E7E. Windows color (decimal): -13065349 or 8102712. OLE color: 8102712.

HSL color Cylindrical-coordinate representation of color #38A37B: hue angle of 157.57º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A37B is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 163 123 -
CMYK 0.66 0 0.25 0.36
HSL 157.57º 0.49% 0.43% -
HSV(B) 157.57º 0.66% 0.64% -
XYZ 18.3 28.47 23.27 -
YUV 126.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 56 163 123 0.66 0 0.25 0.36 157.57 0.49 0.43
Hex 38 A3 7B 42 0 19 24 9E 31 2B
Octal 70 243 173 102 0 31 44 236 61 53
Binary 111000 10100011 1111011 1000010 0 11001 100100 10011110 110001 101011

Color Harmonies of #38A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A37B

Black with #38A37B

Text Example


Text Example

White with #38A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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