Html Css Color HEX #339F8A Gossamer

📋 copy color: '#339F8A'

red 51 ◦ green 159 ◦ blue 138

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

Shades of Gossamer #339F8A

Tints of Gossamer #339F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 14.66%
G = 45.69%
B = 39.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#339F8A (or 0x339F8A) is known color: Gossamer. HEX triplet: 33, 9F and 8A. RGB value is (51,159,138). Sum of RGB (Red+Green+Blue) = 51+159+138=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #339F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339F8A is #CC6075. Grayscale: #7C7C7C. Windows color (decimal): -13394038 or 9084723. OLE color: 9084723.

HSL color Cylindrical-coordinate representation of color #339F8A: hue angle of 168.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339F8A is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 159 138 -
CMYK 0.68 0 0.13 0.38
HSL 168.33º 0.51% 0.41% -
HSV(B) 168.33º 0.68% 0.62% -
XYZ 18.35 27.34 28.35 -
YUV 124.31 135.72 75.71 -
System Red Green Blue C M Y K H S L
Decimal 51 159 138 0.68 0 0.13 0.38 168.33 0.51 0.41
Hex 33 9F 8A 44 0 D 26 A8 33 29
Octal 63 237 212 104 0 15 46 250 63 51
Binary 110011 10011111 10001010 1000100 0 1101 100110 10101000 110011 101001

Color Harmonies of #339F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339F8A

Black with #339F8A

Text Example


Text Example

White with #339F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,159,138); }

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

background-color css

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

 a { background-color: rgb(51,159,138); }

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

border-color css

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

 span { border-color: rgb(51,159,138); }

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