Html Css Color HEX #3ABFB2 Light Sea Green

📋 copy color: '#3ABFB2'

red 58 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #3ABFB2

Tints of Light Sea Green #3ABFB2

RGB

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

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

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

R = 13.58%
G = 44.73%
B = 41.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#3ABFB2 (or 0x3ABFB2) is known color: Light Sea Green. HEX triplet: 3A, BF and B2. RGB value is (58,191,178). Sum of RGB (Red+Green+Blue) = 58+191+178=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABFB2 is #C5404D. Grayscale: #959595. Windows color (decimal): -12927054 or 11714362. OLE color: 11714362.

HSL color Cylindrical-coordinate representation of color #3ABFB2: hue angle of 174.14º 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 #3ABFB2 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 178 -
CMYK 0.70 0 0.07 0.25
HSL 174.14º 0.53% 0.49% -
HSV(B) 174.14º 0.7% 0.75% -
XYZ 28.41 41.38 48.61 -
YUV 149.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 58 191 178 0.70 0 0.07 0.25 174.14 0.53 0.49
Hex 3A BF B2 46 0 7 19 AE 35 31
Octal 72 277 262 106 0 7 31 256 65 61
Binary 111010 10111111 10110010 1000110 0 111 11001 10101110 110101 110001

Color Harmonies of #3ABFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFB2

Black with #3ABFB2

Text Example


Text Example

White with #3ABFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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