Html Css Color HEX #38987B Gossamer

📋 copy color: '#38987B'

red 56 ◦ green 152 ◦ blue 123

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

Shades of Gossamer #38987B

Tints of Gossamer #38987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 16.92%
G = 45.92%
B = 37.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#38987B (or 0x38987B) is known color: Gossamer. HEX triplet: 38, 98 and 7B. RGB value is (56,152,123). Sum of RGB (Red+Green+Blue) = 56+152+123=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #38987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38987B is #C76784. Grayscale: #787878. Windows color (decimal): -13068165 or 8099896. OLE color: 8099896.

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

Color convert

RGB 56 152 123 -
CMYK 0.63 0 0.19 0.40
HSL 161.88º 0.46% 0.41% -
HSV(B) 161.88º 0.63% 0.6% -
XYZ 16.43 24.73 22.65 -
YUV 119.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 56 152 123 0.63 0 0.19 0.40 161.88 0.46 0.41
Hex 38 98 7B 3F 0 13 28 A2 2E 29
Octal 70 230 173 77 0 23 50 242 56 51
Binary 111000 10011000 1111011 111111 0 10011 101000 10100010 101110 101001

Color Harmonies of #38987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38987B

Black with #38987B

Text Example


Text Example

White with #38987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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