Html Css Color HEX #339A88 Gossamer

📋 copy color: '#339A88'

red 51 ◦ green 154 ◦ blue 136

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

Shades of Gossamer #339A88

Tints of Gossamer #339A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 14.96%
G = 45.16%
B = 39.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#339A88 (or 0x339A88) is known color: Gossamer. HEX triplet: 33, 9A and 88. RGB value is (51,154,136). Sum of RGB (Red+Green+Blue) = 51+154+136=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #339A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A88 is #CC6577. Grayscale: #797979. Windows color (decimal): -13395320 or 8952371. OLE color: 8952371.

HSL color Cylindrical-coordinate representation of color #339A88: hue angle of 169.51º 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 #339A88 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 154 136 -
CMYK 0.67 0 0.12 0.40
HSL 169.51º 0.5% 0.4% -
HSV(B) 169.51º 0.67% 0.6% -
XYZ 17.36 25.59 27.32 -
YUV 121.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 51 154 136 0.67 0 0.12 0.40 169.51 0.5 0.4
Hex 33 9A 88 43 0 C 28 AA 32 28
Octal 63 232 210 103 0 14 50 252 62 50
Binary 110011 10011010 10001000 1000011 0 1100 101000 10101010 110010 101000

Color Harmonies of #339A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339A88

Black with #339A88

Text Example


Text Example

White with #339A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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