Html Css Color HEX #3BADAF Light Sea Green

📋 copy color: '#3BADAF'

red 59 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #3BADAF

Tints of Light Sea Green #3BADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 175 (68.75% from 255) = 43%

R = 14.5%
G = 42.51%
B = 43%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3BADAF (or 0x3BADAF) is known color: Light Sea Green. HEX triplet: 3B, AD and AF. RGB value is (59,173,175). Sum of RGB (Red+Green+Blue) = 59+173+175=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #3BADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BADAF is #C45250. Grayscale: #8B8B8B. Windows color (decimal): -12866129 or 11513147. OLE color: 11513147.

HSL color Cylindrical-coordinate representation of color #3BADAF: hue angle of 181.03º 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 #3BADAF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 173 175 -
CMYK 0.66 0.01 0 0.31
HSL 181.03º 0.5% 0.46% -
HSV(B) 181.03º 0.66% 0.69% -
XYZ 24.49 33.91 45.81 -
YUV 139.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 59 173 175 0.66 0.01 0 0.31 181.03 0.5 0.46
Hex 3B AD AF 42 1 0 1F B5 32 2E
Octal 73 255 257 102 1 0 37 265 62 56
Binary 111011 10101101 10101111 1000010 1 0 11111 10110101 110010 101110

Color Harmonies of #3BADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BADAF

Black with #3BADAF

Text Example


Text Example

White with #3BADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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