Html Css Color HEX #38988C Gossamer

📋 copy color: '#38988C'

red 56 ◦ green 152 ◦ blue 140

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

Shades of Gossamer #38988C

Tints of Gossamer #38988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 16.09%
G = 43.68%
B = 40.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#38988C (or 0x38988C) is known color: Gossamer. HEX triplet: 38, 98 and 8C. RGB value is (56,152,140). Sum of RGB (Red+Green+Blue) = 56+152+140=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #38988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38988C is #C76773. Grayscale: #797979. Windows color (decimal): -13068148 or 9214008. OLE color: 9214008.

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

Color convert

RGB 56 152 140 -
CMYK 0.63 0 0.08 0.40
HSL 172.5º 0.46% 0.41% -
HSV(B) 172.5º 0.63% 0.6% -
XYZ 17.59 25.19 28.75 -
YUV 121.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 56 152 140 0.63 0 0.08 0.40 172.5 0.46 0.41
Hex 38 98 8C 3F 0 8 28 AC 2E 29
Octal 70 230 214 77 0 10 50 254 56 51
Binary 111000 10011000 10001100 111111 0 1000 101000 10101100 101110 101001

Color Harmonies of #38988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38988C

Black with #38988C

Text Example


Text Example

White with #38988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38988C; }

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

 H1.HeaderClassName
 {
   color: #38988C;
 }
 .AnyTagClassName
 {
   color: #38988C;
 }
</style>

background-color css

<style>
 a { background-color: #38988C; }

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

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

border-color css

<style>
 span { border-color: #38988C; }

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

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