Html Css Color HEX #2FB4AF Light Sea Green

📋 copy color: '#2FB4AF'

red 47 ◦ green 180 ◦ blue 175

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

Shades of Light Sea Green #2FB4AF

Tints of Light Sea Green #2FB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 11.69%
G = 44.78%
B = 43.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#2FB4AF (or 0x2FB4AF) is known color: Light Sea Green. HEX triplet: 2F, B4 and AF. RGB value is (47,180,175). Sum of RGB (Red+Green+Blue) = 47+180+175=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB4AF is #D04B50. Grayscale: #8B8B8B. Windows color (decimal): -13650769 or 11514927. OLE color: 11514927.

HSL color Cylindrical-coordinate representation of color #2FB4AF: hue angle of 177.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB4AF is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 175 -
CMYK 0.74 0 0.03 0.29
HSL 177.74º 0.59% 0.45% -
HSV(B) 177.74º 0.74% 0.71% -
XYZ 25.23 36.34 46.24 -
YUV 139.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 47 180 175 0.74 0 0.03 0.29 177.74 0.59 0.45
Hex 2F B4 AF 4A 0 3 1D B2 3B 2D
Octal 57 264 257 112 0 3 35 262 73 55
Binary 101111 10110100 10101111 1001010 0 11 11101 10110010 111011 101101

Color Harmonies of #2FB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB4AF

Black with #2FB4AF

Text Example


Text Example

White with #2FB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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