Html Css Color HEX #339A90 Gossamer

📋 copy color: '#339A90'

red 51 ◦ green 154 ◦ blue 144

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

Shades of Gossamer #339A90

Tints of Gossamer #339A90

RGB

 RED value IS 51 (20.31% from 255) = 14.61%

 GREEN value IS 154 (60.55% from 255) = 44.13%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 14.61%
G = 44.13%
B = 41.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#339A90 (or 0x339A90) is known color: Gossamer. HEX triplet: 33, 9A and 90. RGB value is (51,154,144). Sum of RGB (Red+Green+Blue) = 51+154+144=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #339A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A90 is #CC656F. Grayscale: #7A7A7A. Windows color (decimal): -13395312 or 9476659. OLE color: 9476659.

HSL color Cylindrical-coordinate representation of color #339A90: hue angle of 174.17º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339A90 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 154 144 -
CMYK 0.67 0 0.06 0.40
HSL 174.17º 0.5% 0.4% -
HSV(B) 174.17º 0.67% 0.6% -
XYZ 17.95 25.83 30.42 -
YUV 122.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 51 154 144 0.67 0 0.06 0.40 174.17 0.5 0.4
Hex 33 9A 90 43 0 6 28 AE 32 28
Octal 63 232 220 103 0 6 50 256 62 50
Binary 110011 10011010 10010000 1000011 0 110 101000 10101110 110010 101000

Color Harmonies of #339A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339A90

Black with #339A90

Text Example


Text Example

White with #339A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339A90; }

 p { color: rgb(51,154,144); }

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

background-color css

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

 a { background-color: rgb(51,154,144); }

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

border-color css

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

 span { border-color: rgb(51,154,144); }

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