Html Css Color HEX #3BAFA2 Light Sea Green

📋 copy color: '#3BAFA2'

red 59 ◦ green 175 ◦ blue 162

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

Shades of Light Sea Green #3BAFA2

Tints of Light Sea Green #3BAFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 162 (63.67% from 255) = 40.91%

R = 14.9%
G = 44.19%
B = 40.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#3BAFA2 (or 0x3BAFA2) is known color: Light Sea Green. HEX triplet: 3B, AF and A2. RGB value is (59,175,162). Sum of RGB (Red+Green+Blue) = 59+175+162=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFA2 is #C4505D. Grayscale: #8A8A8A. Windows color (decimal): -12865630 or 10661691. OLE color: 10661691.

HSL color Cylindrical-coordinate representation of color #3BAFA2: hue angle of 173.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAFA2 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 175 162 -
CMYK 0.66 0 0.07 0.31
HSL 173.28º 0.5% 0.46% -
HSV(B) 173.28º 0.66% 0.69% -
XYZ 23.66 34.2 39.54 -
YUV 138.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 59 175 162 0.66 0 0.07 0.31 173.28 0.5 0.46
Hex 3B AF A2 42 0 7 1F AD 32 2E
Octal 73 257 242 102 0 7 37 255 62 56
Binary 111011 10101111 10100010 1000010 0 111 11111 10101101 110010 101110

Color Harmonies of #3BAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAFA2

Black with #3BAFA2

Text Example


Text Example

White with #3BAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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