Html Css Color HEX #2FAEAE Light Sea Green

📋 copy color: '#2FAEAE'

red 47 ◦ green 174 ◦ blue 174

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

Shades of Light Sea Green #2FAEAE

Tints of Light Sea Green #2FAEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 11.9%
G = 44.05%
B = 44.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2FAEAE (or 0x2FAEAE) is known color: Light Sea Green. HEX triplet: 2F, AE and AE. RGB value is (47,174,174). Sum of RGB (Red+Green+Blue) = 47+174+174=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #2FAEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAEAE is #D05151. Grayscale: #878787. Windows color (decimal): -13652306 or 11447855. OLE color: 11447855.

HSL color Cylindrical-coordinate representation of color #2FAEAE: hue angle of 180º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAEAE is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 174 174 -
CMYK 0.73 0 0 0.32
HSL 180º 0.57% 0.43% -
HSV(B) 180º 0.73% 0.68% -
XYZ 23.95 33.93 45.33 -
YUV 136.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 47 174 174 0.73 0 0 0.32 180 0.57 0.43
Hex 2F AE AE 49 0 0 20 B4 39 2B
Octal 57 256 256 111 0 0 40 264 71 53
Binary 101111 10101110 10101110 1001001 0 0 100000 10110100 111001 101011

Color Harmonies of #2FAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEAE

Black with #2FAEAE

Text Example


Text Example

White with #2FAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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