Html Css Color HEX #2FBDB2 Light Sea Green

📋 copy color: '#2FBDB2'

red 47 ◦ green 189 ◦ blue 178

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

Shades of Light Sea Green #2FBDB2

Tints of Light Sea Green #2FBDB2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.65%

 BLUE value IS 178 (69.92% from 255) = 43%

R = 11.35%
G = 45.65%
B = 43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#2FBDB2 (or 0x2FBDB2) is known color: Light Sea Green. HEX triplet: 2F, BD and B2. RGB value is (47,189,178). Sum of RGB (Red+Green+Blue) = 47+189+178=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBDB2 is #D0424D. Grayscale: #919191. Windows color (decimal): -13648462 or 11713839. OLE color: 11713839.

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

Color convert

RGB 47 189 178 -
CMYK 0.75 0 0.06 0.26
HSL 175.35º 0.6% 0.46% -
HSV(B) 175.35º 0.75% 0.74% -
XYZ 27.41 40.21 48.44 -
YUV 145.29 146.46 57.89 -
System Red Green Blue C M Y K H S L
Decimal 47 189 178 0.75 0 0.06 0.26 175.35 0.6 0.46
Hex 2F BD B2 4B 0 6 1A AF 3C 2E
Octal 57 275 262 113 0 6 32 257 74 56
Binary 101111 10111101 10110010 1001011 0 110 11010 10101111 111100 101110

Color Harmonies of #2FBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBDB2

Black with #2FBDB2

Text Example


Text Example

White with #2FBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,189,178); }

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

background-color css

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

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

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

border-color css

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

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

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