Html Css Color HEX #3BADB2 Light Sea Green

📋 copy color: '#3BADB2'

red 59 ◦ green 173 ◦ blue 178

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

Shades of Light Sea Green #3BADB2

Tints of Light Sea Green #3BADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 14.39%
G = 42.2%
B = 43.41%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3BADB2 (or 0x3BADB2) is known color: Light Sea Green. HEX triplet: 3B, AD and B2. RGB value is (59,173,178). Sum of RGB (Red+Green+Blue) = 59+173+178=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 178 - color contains mainly: blue. Hex color #3BADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BADB2 is #C4524D. Grayscale: #8B8B8B. Windows color (decimal): -12866126 or 11709755. OLE color: 11709755.

HSL color Cylindrical-coordinate representation of color #3BADB2: hue angle of 182.52º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BADB2 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 173 178 -
CMYK 0.67 0.03 0 0.30
HSL 182.52º 0.5% 0.46% -
HSV(B) 182.52º 0.67% 0.7% -
XYZ 24.78 34.03 47.38 -
YUV 139.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 59 173 178 0.67 0.03 0 0.30 182.52 0.5 0.46
Hex 3B AD B2 43 3 0 1E B7 32 2E
Octal 73 255 262 103 3 0 36 267 62 56
Binary 111011 10101101 10110010 1000011 11 0 11110 10110111 110010 101110

Color Harmonies of #3BADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BADB2

Black with #3BADB2

Text Example


Text Example

White with #3BADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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