Html Css Color HEX #33A07B Gossamer

📋 copy color: '#33A07B'

red 51 ◦ green 160 ◦ blue 123

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

Shades of Gossamer #33A07B

Tints of Gossamer #33A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.9%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 15.27%
G = 47.9%
B = 36.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#33A07B (or 0x33A07B) is known color: Gossamer. HEX triplet: 33, A0 and 7B. RGB value is (51,160,123). Sum of RGB (Red+Green+Blue) = 51+160+123=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #33A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A07B is #CC5F84. Grayscale: #7B7B7B. Windows color (decimal): -13393797 or 8101939. OLE color: 8101939.

HSL color Cylindrical-coordinate representation of color #33A07B: hue angle of 159.63º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A07B is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 160 123 -
CMYK 0.68 0 0.23 0.37
HSL 159.63º 0.52% 0.41% -
HSV(B) 159.63º 0.68% 0.63% -
XYZ 17.51 27.28 23.08 -
YUV 123.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 51 160 123 0.68 0 0.23 0.37 159.63 0.52 0.41
Hex 33 A0 7B 44 0 17 25 A0 34 29
Octal 63 240 173 104 0 27 45 240 64 51
Binary 110011 10100000 1111011 1000100 0 10111 100101 10100000 110100 101001

Color Harmonies of #33A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A07B

Black with #33A07B

Text Example


Text Example

White with #33A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,160,123); }

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

background-color css

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

 a { background-color: rgb(51,160,123); }

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

border-color css

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

 span { border-color: rgb(51,160,123); }

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