Html Css Color HEX #309983 Gossamer

📋 copy color: '#309983'

red 48 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #309983

Tints of Gossamer #309983

RGB

 RED value IS 48 (19.14% from 255) = 14.46%

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

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 14.46%
G = 46.08%
B = 39.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#309983 (or 0x309983) is known color: Gossamer. HEX triplet: 30, 99 and 83. RGB value is (48,153,131). Sum of RGB (Red+Green+Blue) = 48+153+131=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #309983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309983 is #CF667C. Grayscale: #777777. Windows color (decimal): -13592189 or 8624432. OLE color: 8624432.

HSL color Cylindrical-coordinate representation of color #309983: hue angle of 167.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309983 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 131 -
CMYK 0.69 0 0.14 0.4
HSL 167.43º 0.52% 0.39% -
HSV(B) 167.43º 0.69% 0.6% -
XYZ 16.71 25.05 25.43 -
YUV 119.1 134.71 77.29 -
System Red Green Blue C M Y K H S L
Decimal 48 153 131 0.69 0 0.14 0.4 167.43 0.52 0.39
Hex 30 99 83 45 0 E 28 A7 34 27
Octal 60 231 203 105 0 16 50 247 64 47
Binary 110000 10011001 10000011 1000101 0 1110 101000 10100111 110100 100111

Color Harmonies of #309983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309983

Black with #309983

Text Example


Text Example

White with #309983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309983; }

 p { color: rgb(48,153,131); }

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

background-color css

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

 a { background-color: rgb(48,153,131); }

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

border-color css

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

 span { border-color: rgb(48,153,131); }

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