Html Css Color HEX #3BA27B Gossamer

📋 copy color: '#3BA27B'

red 59 ◦ green 162 ◦ blue 123

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

Shades of Gossamer #3BA27B

Tints of Gossamer #3BA27B

RGB

 RED value IS 59 (23.44% from 255) = 17.15%

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

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

R = 17.15%
G = 47.09%
B = 35.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#3BA27B (or 0x3BA27B) is known color: Gossamer. HEX triplet: 3B, A2 and 7B. RGB value is (59,162,123). Sum of RGB (Red+Green+Blue) = 59+162+123=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA27B is #C45D84. Grayscale: #7E7E7E. Windows color (decimal): -12868997 or 8102459. OLE color: 8102459.

HSL color Cylindrical-coordinate representation of color #3BA27B: hue angle of 157.28º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA27B is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 162 123 -
CMYK 0.64 0 0.24 0.36
HSL 157.28º 0.47% 0.43% -
HSV(B) 157.28º 0.64% 0.64% -
XYZ 18.3 28.2 23.22 -
YUV 126.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 59 162 123 0.64 0 0.24 0.36 157.28 0.47 0.43
Hex 3B A2 7B 40 0 18 24 9D 2F 2B
Octal 73 242 173 100 0 30 44 235 57 53
Binary 111011 10100010 1111011 1000000 0 11000 100100 10011101 101111 101011

Color Harmonies of #3BA27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA27B

Black with #3BA27B

Text Example


Text Example

White with #3BA27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BA27B; }

 p { color: rgb(59,162,123); }

 H1.HeaderClassName
 {
   color: #3BA27B;
 }
 .AnyTagClassName
 {
   color: #3BA27B;
 }
</style>

background-color css

<style>
 a { background-color: #3BA27B; }

 a { background-color: rgb(59,162,123); }

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

border-color css

<style>
 span { border-color: #3BA27B; }

 span { border-color: rgb(59,162,123); }

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