Html Css Color HEX #33A67F Gossamer

📋 copy color: '#33A67F'

red 51 ◦ green 166 ◦ blue 127

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

Shades of Gossamer #33A67F

Tints of Gossamer #33A67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.26%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 14.83%
G = 48.26%
B = 36.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#33A67F (or 0x33A67F) is known color: Gossamer. HEX triplet: 33, A6 and 7F. RGB value is (51,166,127). Sum of RGB (Red+Green+Blue) = 51+166+127=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #33A67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A67F is #CC5980. Grayscale: #7F7F7F. Windows color (decimal): -13392257 or 8365619. OLE color: 8365619.

HSL color Cylindrical-coordinate representation of color #33A67F: hue angle of 159.65º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A67F is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 166 127 -
CMYK 0.69 0 0.23 0.35
HSL 159.65º 0.53% 0.43% -
HSV(B) 159.65º 0.69% 0.65% -
XYZ 18.83 29.51 24.78 -
YUV 127.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 51 166 127 0.69 0 0.23 0.35 159.65 0.53 0.43
Hex 33 A6 7F 45 0 17 23 A0 35 2B
Octal 63 246 177 105 0 27 43 240 65 53
Binary 110011 10100110 1111111 1000101 0 10111 100011 10100000 110101 101011

Color Harmonies of #33A67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A67F

Black with #33A67F

Text Example


Text Example

White with #33A67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A67F; }

 p { color: rgb(51,166,127); }

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

background-color css

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

 a { background-color: rgb(51,166,127); }

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

border-color css

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

 span { border-color: rgb(51,166,127); }

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