Html Css Color HEX #38987F Gossamer

📋 copy color: '#38987F'

red 56 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #38987F

Tints of Gossamer #38987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 16.72%
G = 45.37%
B = 37.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#38987F (or 0x38987F) is known color: Gossamer. HEX triplet: 38, 98 and 7F. RGB value is (56,152,127). Sum of RGB (Red+Green+Blue) = 56+152+127=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #38987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38987F is #C76780. Grayscale: #787878. Windows color (decimal): -13068161 or 8362040. OLE color: 8362040.

HSL color Cylindrical-coordinate representation of color #38987F: hue angle of 164.38º 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 #38987F is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 127 -
CMYK 0.63 0 0.16 0.40
HSL 164.38º 0.46% 0.41% -
HSV(B) 164.38º 0.63% 0.6% -
XYZ 16.69 24.83 23.99 -
YUV 120.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 56 152 127 0.63 0 0.16 0.40 164.38 0.46 0.41
Hex 38 98 7F 3F 0 10 28 A4 2E 29
Octal 70 230 177 77 0 20 50 244 56 51
Binary 111000 10011000 1111111 111111 0 10000 101000 10100100 101110 101001

Color Harmonies of #38987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38987F

Black with #38987F

Text Example


Text Example

White with #38987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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