Html Css Color HEX #38987D Gossamer

📋 copy color: '#38987D'

red 56 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #38987D

Tints of Gossamer #38987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 16.82%
G = 45.65%
B = 37.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#38987D (or 0x38987D) is known color: Gossamer. HEX triplet: 38, 98 and 7D. RGB value is (56,152,125). Sum of RGB (Red+Green+Blue) = 56+152+125=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #38987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38987D is #C76782. Grayscale: #787878. Windows color (decimal): -13068163 or 8230968. OLE color: 8230968.

HSL color Cylindrical-coordinate representation of color #38987D: hue angle of 163.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38987D is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 125 -
CMYK 0.63 0 0.18 0.40
HSL 163.13º 0.46% 0.41% -
HSV(B) 163.13º 0.63% 0.6% -
XYZ 16.56 24.78 23.31 -
YUV 120.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 56 152 125 0.63 0 0.18 0.40 163.13 0.46 0.41
Hex 38 98 7D 3F 0 12 28 A3 2E 29
Octal 70 230 175 77 0 22 50 243 56 51
Binary 111000 10011000 1111101 111111 0 10010 101000 10100011 101110 101001

Color Harmonies of #38987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38987D

Black with #38987D

Text Example


Text Example

White with #38987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38987D; }

 p { color: rgb(56,152,125); }

 H1.HeaderClassName
 {
   color: #38987D;
 }
 .AnyTagClassName
 {
   color: #38987D;
 }
</style>

background-color css

<style>
 a { background-color: #38987D; }

 a { background-color: rgb(56,152,125); }

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

border-color css

<style>
 span { border-color: #38987D; }

 span { border-color: rgb(56,152,125); }

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