Html Css Color HEX #3BC0AF Light Sea Green

📋 copy color: '#3BC0AF'

red 59 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #3BC0AF

Tints of Light Sea Green #3BC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 13.85%
G = 45.07%
B = 41.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#3BC0AF (or 0x3BC0AF) is known color: Light Sea Green. HEX triplet: 3B, C0 and AF. RGB value is (59,192,175). Sum of RGB (Red+Green+Blue) = 59+192+175=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC0AF is #C43F50. Grayscale: #969696. Windows color (decimal): -12861265 or 11518011. OLE color: 11518011.

HSL color Cylindrical-coordinate representation of color #3BC0AF: hue angle of 172.33º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC0AF is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 175 -
CMYK 0.69 0 0.09 0.25
HSL 172.33º 0.53% 0.49% -
HSV(B) 172.33º 0.69% 0.75% -
XYZ 28.39 41.72 47.11 -
YUV 150.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 59 192 175 0.69 0 0.09 0.25 172.33 0.53 0.49
Hex 3B C0 AF 45 0 9 19 AC 35 31
Octal 73 300 257 105 0 11 31 254 65 61
Binary 111011 11000000 10101111 1000101 0 1001 11001 10101100 110101 110001

Color Harmonies of #3BC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC0AF

Black with #3BC0AF

Text Example


Text Example

White with #3BC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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