Html Css Color HEX #3DABAF Light Sea Green

📋 copy color: '#3DABAF'

red 61 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #3DABAF

Tints of Light Sea Green #3DABAF

RGB

 RED value IS 61 (24.22% from 255) = 14.99%

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 14.99%
G = 42.01%
B = 43%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3DABAF (or 0x3DABAF) is known color: Light Sea Green. HEX triplet: 3D, AB and AF. RGB value is (61,171,175). Sum of RGB (Red+Green+Blue) = 61+171+175=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 171 (67.19% from 255 or 42.01% 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 #3DABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DABAF is #C25450. Grayscale: #8A8A8A. Windows color (decimal): -12735569 or 11512637. OLE color: 11512637.

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

Color convert

RGB 61 171 175 -
CMYK 0.65 0.02 0 0.31
HSL 182.11º 0.48% 0.46% -
HSV(B) 182.11º 0.65% 0.69% -
XYZ 24.23 33.21 45.69 -
YUV 138.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 61 171 175 0.65 0.02 0 0.31 182.11 0.48 0.46
Hex 3D AB AF 41 2 0 1F B6 30 2E
Octal 75 253 257 101 2 0 37 266 60 56
Binary 111101 10101011 10101111 1000001 10 0 11111 10110110 110000 101110

Color Harmonies of #3DABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DABAF

Black with #3DABAF

Text Example


Text Example

White with #3DABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,171,175); }

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

background-color css

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

 a { background-color: rgb(61,171,175); }

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

border-color css

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

 span { border-color: rgb(61,171,175); }

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