Html Css Color HEX #38998D Gossamer

📋 copy color: '#38998D'

red 56 ◦ green 153 ◦ blue 141

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

Shades of Gossamer #38998D

Tints of Gossamer #38998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 16%
G = 43.71%
B = 40.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#38998D (or 0x38998D) is known color: Gossamer. HEX triplet: 38, 99 and 8D. RGB value is (56,153,141). Sum of RGB (Red+Green+Blue) = 56+153+141=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #38998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38998D is #C76672. Grayscale: #7A7A7A. Windows color (decimal): -13067891 or 9279800. OLE color: 9279800.

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

Color convert

RGB 56 153 141 -
CMYK 0.63 0 0.08 0.4
HSL 172.58º 0.46% 0.41% -
HSV(B) 172.58º 0.63% 0.6% -
XYZ 17.83 25.55 29.19 -
YUV 122.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 56 153 141 0.63 0 0.08 0.4 172.58 0.46 0.41
Hex 38 99 8D 3F 0 8 28 AD 2E 29
Octal 70 231 215 77 0 10 50 255 56 51
Binary 111000 10011001 10001101 111111 0 1000 101000 10101101 101110 101001

Color Harmonies of #38998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38998D

Black with #38998D

Text Example


Text Example

White with #38998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,153,141); }

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

background-color css

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

 a { background-color: rgb(56,153,141); }

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

border-color css

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

 span { border-color: rgb(56,153,141); }

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