Html Css Color HEX #38A28D Gossamer

📋 copy color: '#38A28D'

red 56 ◦ green 162 ◦ blue 141

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

Shades of Gossamer #38A28D

Tints of Gossamer #38A28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 15.6%
G = 45.13%
B = 39.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#38A28D (or 0x38A28D) is known color: Gossamer. HEX triplet: 38, A2 and 8D. RGB value is (56,162,141). Sum of RGB (Red+Green+Blue) = 56+162+141=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #38A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A28D is #C75D72. Grayscale: #7F7F7F. Windows color (decimal): -13065587 or 9282104. OLE color: 9282104.

HSL color Cylindrical-coordinate representation of color #38A28D: hue angle of 168.11º 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 #38A28D is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 141 -
CMYK 0.65 0 0.13 0.36
HSL 168.11º 0.49% 0.43% -
HSV(B) 168.11º 0.65% 0.64% -
XYZ 19.36 28.6 29.7 -
YUV 127.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 56 162 141 0.65 0 0.13 0.36 168.11 0.49 0.43
Hex 38 A2 8D 41 0 D 24 A8 31 2B
Octal 70 242 215 101 0 15 44 250 61 53
Binary 111000 10100010 10001101 1000001 0 1101 100100 10101000 110001 101011

Color Harmonies of #38A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A28D

Black with #38A28D

Text Example


Text Example

White with #38A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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