Html Css Color HEX #2FBDBB Light Sea Green

📋 copy color: '#2FBDBB'

red 47 ◦ green 189 ◦ blue 187

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

Shades of Light Sea Green #2FBDBB

Tints of Light Sea Green #2FBDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 11.11%
G = 44.68%
B = 44.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#2FBDBB (or 0x2FBDBB) is known color: Light Sea Green. HEX triplet: 2F, BD and BB. RGB value is (47,189,187). Sum of RGB (Red+Green+Blue) = 47+189+187=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDBB is #D04244. Grayscale: #929292. Windows color (decimal): -13648453 or 12303663. OLE color: 12303663.

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

Color convert

RGB 47 189 187 -
CMYK 0.75 0 0.01 0.26
HSL 179.15º 0.6% 0.46% -
HSV(B) 179.15º 0.75% 0.74% -
XYZ 28.34 40.59 53.35 -
YUV 146.31 150.96 57.16 -
System Red Green Blue C M Y K H S L
Decimal 47 189 187 0.75 0 0.01 0.26 179.15 0.6 0.46
Hex 2F BD BB 4B 0 1 1A B3 3C 2E
Octal 57 275 273 113 0 1 32 263 74 56
Binary 101111 10111101 10111011 1001011 0 1 11010 10110011 111100 101110

Color Harmonies of #2FBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBDBB

Black with #2FBDBB

Text Example


Text Example

White with #2FBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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