Html Css Color HEX #38A27C Gossamer

📋 copy color: '#38A27C'

red 56 ◦ green 162 ◦ blue 124

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

Shades of Gossamer #38A27C

Tints of Gossamer #38A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.37%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 16.37%
G = 47.37%
B = 36.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#38A27C (or 0x38A27C) is known color: Gossamer. HEX triplet: 38, A2 and 7C. RGB value is (56,162,124). Sum of RGB (Red+Green+Blue) = 56+162+124=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #38A27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A27C is #C75D83. Grayscale: #7E7E7E. Windows color (decimal): -13065604 or 8167992. OLE color: 8167992.

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

Color convert

RGB 56 162 124 -
CMYK 0.65 0 0.23 0.36
HSL 158.49º 0.49% 0.43% -
HSV(B) 158.49º 0.65% 0.64% -
XYZ 18.19 28.14 23.54 -
YUV 125.97 126.88 78.09 -
System Red Green Blue C M Y K H S L
Decimal 56 162 124 0.65 0 0.23 0.36 158.49 0.49 0.43
Hex 38 A2 7C 41 0 17 24 9E 31 2B
Octal 70 242 174 101 0 27 44 236 61 53
Binary 111000 10100010 1111100 1000001 0 10111 100100 10011110 110001 101011

Color Harmonies of #38A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A27C

Black with #38A27C

Text Example


Text Example

White with #38A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,162,124); }

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

background-color css

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

 a { background-color: rgb(56,162,124); }

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

border-color css

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

 span { border-color: rgb(56,162,124); }

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