Html Css Color HEX #3BBDAF Light Sea Green

📋 copy color: '#3BBDAF'

red 59 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #3BBDAF

Tints of Light Sea Green #3BBDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

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

R = 13.95%
G = 44.68%
B = 41.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#3BBDAF (or 0x3BBDAF) is known color: Light Sea Green. HEX triplet: 3B, BD and AF. RGB value is (59,189,175). Sum of RGB (Red+Green+Blue) = 59+189+175=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBDAF is #C44250. Grayscale: #949494. Windows color (decimal): -12862033 or 11517243. OLE color: 11517243.

HSL color Cylindrical-coordinate representation of color #3BBDAF: hue angle of 173.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBDAF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 189 175 -
CMYK 0.69 0 0.07 0.26
HSL 173.54º 0.52% 0.49% -
HSV(B) 173.54º 0.69% 0.74% -
XYZ 27.74 40.42 46.9 -
YUV 148.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 59 189 175 0.69 0 0.07 0.26 173.54 0.52 0.49
Hex 3B BD AF 45 0 7 1A AE 34 31
Octal 73 275 257 105 0 7 32 256 64 61
Binary 111011 10111101 10101111 1000101 0 111 11010 10101110 110100 110001

Color Harmonies of #3BBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBDAF

Black with #3BBDAF

Text Example


Text Example

White with #3BBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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