Html Css Color HEX #38AC8B Gossamer

📋 copy color: '#38AC8B'

red 56 ◦ green 172 ◦ blue 139

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

Shades of Gossamer #38AC8B

Tints of Gossamer #38AC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 15.26%
G = 46.87%
B = 37.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#38AC8B (or 0x38AC8B) is known color: Gossamer. HEX triplet: 38, AC and 8B. RGB value is (56,172,139). Sum of RGB (Red+Green+Blue) = 56+172+139=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC8B is #C75374. Grayscale: #858585. Windows color (decimal): -13063029 or 9153592. OLE color: 9153592.

HSL color Cylindrical-coordinate representation of color #38AC8B: hue angle of 162.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC8B is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 172 139 -
CMYK 0.67 0 0.19 0.33
HSL 162.93º 0.51% 0.45% -
HSV(B) 162.93º 0.67% 0.67% -
XYZ 21.04 32.21 29.53 -
YUV 133.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 56 172 139 0.67 0 0.19 0.33 162.93 0.51 0.45
Hex 38 AC 8B 43 0 13 21 A3 33 2D
Octal 70 254 213 103 0 23 41 243 63 55
Binary 111000 10101100 10001011 1000011 0 10011 100001 10100011 110011 101101

Color Harmonies of #38AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AC8B

Black with #38AC8B

Text Example


Text Example

White with #38AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,139); }

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

background-color css

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

 a { background-color: rgb(56,172,139); }

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

border-color css

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

 span { border-color: rgb(56,172,139); }

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