Html Css Color HEX #33A27D Gossamer

📋 copy color: '#33A27D'

red 51 ◦ green 162 ◦ blue 125

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

Shades of Gossamer #33A27D

Tints of Gossamer #33A27D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.93%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 15.09%
G = 47.93%
B = 36.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#33A27D (or 0x33A27D) is known color: Gossamer. HEX triplet: 33, A2 and 7D. RGB value is (51,162,125). Sum of RGB (Red+Green+Blue) = 51+162+125=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #33A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A27D is #CC5D82. Grayscale: #7C7C7C. Windows color (decimal): -13393283 or 8233523. OLE color: 8233523.

HSL color Cylindrical-coordinate representation of color #33A27D: hue angle of 160º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A27D is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 162 125 -
CMYK 0.69 0 0.23 0.36
HSL 160º 0.52% 0.42% -
HSV(B) 160º 0.69% 0.64% -
XYZ 17.99 28.03 23.86 -
YUV 124.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 51 162 125 0.69 0 0.23 0.36 160 0.52 0.42
Hex 33 A2 7D 45 0 17 24 A0 34 2A
Octal 63 242 175 105 0 27 44 240 64 52
Binary 110011 10100010 1111101 1000101 0 10111 100100 10100000 110100 101010

Color Harmonies of #33A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A27D

Black with #33A27D

Text Example


Text Example

White with #33A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,162,125); }

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

background-color css

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

 a { background-color: rgb(51,162,125); }

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

border-color css

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

 span { border-color: rgb(51,162,125); }

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