Html Css Color HEX #3ABFB4 Light Sea Green

📋 copy color: '#3ABFB4'

red 58 ◦ green 191 ◦ blue 180

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

Shades of Light Sea Green #3ABFB4

Tints of Light Sea Green #3ABFB4

RGB

 RED value IS 58 (23.05% from 255) = 13.52%

 GREEN value IS 191 (75% from 255) = 44.52%

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 13.52%
G = 44.52%
B = 41.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#3ABFB4 (or 0x3ABFB4) is known color: Light Sea Green. HEX triplet: 3A, BF and B4. RGB value is (58,191,180). Sum of RGB (Red+Green+Blue) = 58+191+180=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFB4 is #C5404B. Grayscale: #959595. Windows color (decimal): -12927052 or 11845434. OLE color: 11845434.

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

Color convert

RGB 58 191 180 -
CMYK 0.70 0 0.06 0.25
HSL 175.04º 0.53% 0.49% -
HSV(B) 175.04º 0.7% 0.75% -
XYZ 28.61 41.46 49.67 -
YUV 149.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 58 191 180 0.70 0 0.06 0.25 175.04 0.53 0.49
Hex 3A BF B4 46 0 6 19 AF 35 31
Octal 72 277 264 106 0 6 31 257 65 61
Binary 111010 10111111 10110100 1000110 0 110 11001 10101111 110101 110001

Color Harmonies of #3ABFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFB4

Black with #3ABFB4

Text Example


Text Example

White with #3ABFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,191,180); }

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

background-color css

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

 a { background-color: rgb(58,191,180); }

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

border-color css

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

 span { border-color: rgb(58,191,180); }

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