Html Css Color HEX #38AB83 Gossamer

📋 copy color: '#38AB83'

red 56 ◦ green 171 ◦ blue 131

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

Shades of Gossamer #38AB83

Tints of Gossamer #38AB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 15.64%
G = 47.77%
B = 36.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#38AB83 (or 0x38AB83) is known color: Gossamer. HEX triplet: 38, AB and 83. RGB value is (56,171,131). Sum of RGB (Red+Green+Blue) = 56+171+131=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB83 is #C7547C. Grayscale: #848484. Windows color (decimal): -13063293 or 8629048. OLE color: 8629048.

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

Color convert

RGB 56 171 131 -
CMYK 0.67 0 0.23 0.33
HSL 159.13º 0.51% 0.45% -
HSV(B) 159.13º 0.67% 0.67% -
XYZ 20.29 31.61 26.5 -
YUV 132.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 56 171 131 0.67 0 0.23 0.33 159.13 0.51 0.45
Hex 38 AB 83 43 0 17 21 9F 33 2D
Octal 70 253 203 103 0 27 41 237 63 55
Binary 111000 10101011 10000011 1000011 0 10111 100001 10011111 110011 101101

Color Harmonies of #38AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB83

Black with #38AB83

Text Example


Text Example

White with #38AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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