Html Css Color HEX #2FAEBA Light Sea Green

📋 copy color: '#2FAEBA'

red 47 ◦ green 174 ◦ blue 186

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

Shades of Light Sea Green #2FAEBA

Tints of Light Sea Green #2FAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

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

R = 11.55%
G = 42.75%
B = 45.7%

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

#2FAEBA (or 0x2FAEBA) is known color: Light Sea Green. HEX triplet: 2F, AE and BA. RGB value is (47,174,186). Sum of RGB (Red+Green+Blue) = 47+174+186=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FAEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEBA is #D05145. Grayscale: #898989. Windows color (decimal): -13652294 or 12234287. OLE color: 12234287.

HSL color Cylindrical-coordinate representation of color #2FAEBA: hue angle of 185.18º 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 #2FAEBA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 174 186 -
CMYK 0.75 0.06 0 0.27
HSL 185.18º 0.6% 0.46% -
HSV(B) 185.18º 0.75% 0.73% -
XYZ 25.17 34.42 51.77 -
YUV 137.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 47 174 186 0.75 0.06 0 0.27 185.18 0.6 0.46
Hex 2F AE BA 4B 6 0 1B B9 3C 2E
Octal 57 256 272 113 6 0 33 271 74 56
Binary 101111 10101110 10111010 1001011 110 0 11011 10111001 111100 101110

Color Harmonies of #2FAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEBA

Black with #2FAEBA

Text Example


Text Example

White with #2FAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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