Html Css Color HEX #38AB8D Gossamer

📋 copy color: '#38AB8D'

red 56 ◦ green 171 ◦ blue 141

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

Shades of Gossamer #38AB8D

Tints of Gossamer #38AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

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

R = 15.22%
G = 46.47%
B = 38.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#38AB8D (or 0x38AB8D) is known color: Gossamer. HEX triplet: 38, AB and 8D. RGB value is (56,171,141). Sum of RGB (Red+Green+Blue) = 56+171+141=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB8D is #C75472. Grayscale: #858585. Windows color (decimal): -13063283 or 9284408. OLE color: 9284408.

HSL color Cylindrical-coordinate representation of color #38AB8D: hue angle of 164.35º 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 #38AB8D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 141 -
CMYK 0.67 0 0.18 0.33
HSL 164.35º 0.51% 0.45% -
HSV(B) 164.35º 0.67% 0.67% -
XYZ 21 31.89 30.25 -
YUV 133.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 56 171 141 0.67 0 0.18 0.33 164.35 0.51 0.45
Hex 38 AB 8D 43 0 12 21 A4 33 2D
Octal 70 253 215 103 0 22 41 244 63 55
Binary 111000 10101011 10001101 1000011 0 10010 100001 10100100 110011 101101

Color Harmonies of #38AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB8D

Black with #38AB8D

Text Example


Text Example

White with #38AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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