Html Css Color HEX #38A58C Gossamer

📋 copy color: '#38A58C'

red 56 ◦ green 165 ◦ blue 140

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

Shades of Gossamer #38A58C

Tints of Gossamer #38A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.71%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 15.51%
G = 45.71%
B = 38.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#38A58C (or 0x38A58C) is known color: Gossamer. HEX triplet: 38, A5 and 8C. RGB value is (56,165,140). Sum of RGB (Red+Green+Blue) = 56+165+140=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #38A58C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A58C is #C75A73. Grayscale: #818181. Windows color (decimal): -13064820 or 9217336. OLE color: 9217336.

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

Color convert

RGB 56 165 140 -
CMYK 0.66 0 0.15 0.35
HSL 166.24º 0.49% 0.43% -
HSV(B) 166.24º 0.66% 0.65% -
XYZ 19.82 29.64 29.49 -
YUV 129.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 56 165 140 0.66 0 0.15 0.35 166.24 0.49 0.43
Hex 38 A5 8C 42 0 F 23 A6 31 2B
Octal 70 245 214 102 0 17 43 246 61 53
Binary 111000 10100101 10001100 1000010 0 1111 100011 10100110 110001 101011

Color Harmonies of #38A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A58C

Black with #38A58C

Text Example


Text Example

White with #38A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,165,140); }

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

background-color css

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

 a { background-color: rgb(56,165,140); }

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

border-color css

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

 span { border-color: rgb(56,165,140); }

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