Html Css Color HEX #2FABB3 Light Sea Green

📋 copy color: '#2FABB3'

red 47 ◦ green 171 ◦ blue 179

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

Shades of Light Sea Green #2FABB3

Tints of Light Sea Green #2FABB3

RGB

 RED value IS 47 (18.75% from 255) = 11.84%

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 11.84%
G = 43.07%
B = 45.09%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2FABB3 (or 0x2FABB3) is known color: Light Sea Green. HEX triplet: 2F, AB and B3. RGB value is (47,171,179). Sum of RGB (Red+Green+Blue) = 47+171+179=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #2FABB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABB3 is #D0544C. Grayscale: #868686. Windows color (decimal): -13653069 or 11774767. OLE color: 11774767.

HSL color Cylindrical-coordinate representation of color #2FABB3: hue angle of 183.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FABB3 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 171 179 -
CMYK 0.74 0.04 0 0.30
HSL 183.64º 0.58% 0.44% -
HSV(B) 183.64º 0.74% 0.7% -
XYZ 23.87 32.98 47.76 -
YUV 134.84 152.92 65.35 -
System Red Green Blue C M Y K H S L
Decimal 47 171 179 0.74 0.04 0 0.30 183.64 0.58 0.44
Hex 2F AB B3 4A 4 0 1E B8 3A 2C
Octal 57 253 263 112 4 0 36 270 72 54
Binary 101111 10101011 10110011 1001010 100 0 11110 10111000 111010 101100

Color Harmonies of #2FABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABB3

Black with #2FABB3

Text Example


Text Example

White with #2FABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FABB3; }

 p { color: rgb(47,171,179); }

 H1.HeaderClassName
 {
   color: #2FABB3;
 }
 .AnyTagClassName
 {
   color: #2FABB3;
 }
</style>

background-color css

<style>
 a { background-color: #2FABB3; }

 a { background-color: rgb(47,171,179); }

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

border-color css

<style>
 span { border-color: #2FABB3; }

 span { border-color: rgb(47,171,179); }

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