Html Css Color HEX #2FAFBA Light Sea Green

📋 copy color: '#2FAFBA'

red 47 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #2FAFBA

Tints of Light Sea Green #2FAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 11.52%
G = 42.89%
B = 45.59%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2FAFBA (or 0x2FAFBA) is known color: Light Sea Green. HEX triplet: 2F, AF and BA. RGB value is (47,175,186). Sum of RGB (Red+Green+Blue) = 47+175+186=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFBA is #D05045. Grayscale: #898989. Windows color (decimal): -13652038 or 12234543. OLE color: 12234543.

HSL color Cylindrical-coordinate representation of color #2FAFBA: hue angle of 184.75º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAFBA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 175 186 -
CMYK 0.75 0.06 0 0.27
HSL 184.75º 0.6% 0.46% -
HSV(B) 184.75º 0.75% 0.73% -
XYZ 25.37 34.81 51.84 -
YUV 137.98 155.09 63.11 -
System Red Green Blue C M Y K H S L
Decimal 47 175 186 0.75 0.06 0 0.27 184.75 0.6 0.46
Hex 2F AF BA 4B 6 0 1B B9 3C 2E
Octal 57 257 272 113 6 0 33 271 74 56
Binary 101111 10101111 10111010 1001011 110 0 11011 10111001 111100 101110

Color Harmonies of #2FAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAFBA

Black with #2FAFBA

Text Example


Text Example

White with #2FAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,186); }

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

background-color css

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

 a { background-color: rgb(47,175,186); }

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

border-color css

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

 span { border-color: rgb(47,175,186); }

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