Html Css Color HEX #2FBCC1 Light Sea Green

📋 copy color: '#2FBCC1'

red 47 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #2FBCC1

Tints of Light Sea Green #2FBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 10.98%
G = 43.93%
B = 45.09%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2FBCC1 (or 0x2FBCC1) is known color: Light Sea Green. HEX triplet: 2F, BC and C1. RGB value is (47,188,193). Sum of RGB (Red+Green+Blue) = 47+188+193=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #2FBCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCC1 is #D0433E. Grayscale: #929292. Windows color (decimal): -13648703 or 12696623. OLE color: 12696623.

HSL color Cylindrical-coordinate representation of color #2FBCC1: hue angle of 182.05º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FBCC1 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 188 193 -
CMYK 0.76 0.03 0 0.24
HSL 182.05º 0.61% 0.47% -
HSV(B) 182.05º 0.76% 0.76% -
XYZ 28.78 40.42 56.74 -
YUV 146.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 47 188 193 0.76 0.03 0 0.24 182.05 0.61 0.47
Hex 2F BC C1 4C 3 0 18 B6 3D 2F
Octal 57 274 301 114 3 0 30 266 75 57
Binary 101111 10111100 11000001 1001100 11 0 11000 10110110 111101 101111

Color Harmonies of #2FBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCC1

Black with #2FBCC1

Text Example


Text Example

White with #2FBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,193); }

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

background-color css

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

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

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

border-color css

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

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

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