Html Css Color HEX #10BFB3 Light Sea Green

📋 copy color: '#10BFB3'

red 16 ◦ green 191 ◦ blue 179

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

Shades of Light Sea Green #10BFB3

Tints of Light Sea Green #10BFB3

RGB

 RED value IS 16 (6.64% from 255) = 4.15%

 GREEN value IS 191 (75% from 255) = 49.48%

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 4.15%
G = 49.48%
B = 46.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#10BFB3 (or 0x10BFB3) is known color: Light Sea Green. HEX triplet: 10, BF and B3. RGB value is (16,191,179). Sum of RGB (Red+Green+Blue) = 16+191+179=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFB3 is #EF404C. Grayscale: #898989. Windows color (decimal): -15679565 or 11779856. OLE color: 11779856.

HSL color Cylindrical-coordinate representation of color #10BFB3: hue angle of 175.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BFB3 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 191 179 -
CMYK 0.92 0 0.06 0.25
HSL 175.89º 0.85% 0.41% -
HSV(B) 175.89º 0.92% 0.75% -
XYZ 26.98 40.63 49.07 -
YUV 137.31 151.52 41.48 -
System Red Green Blue C M Y K H S L
Decimal 16 191 179 0.92 0 0.06 0.25 175.89 0.85 0.41
Hex 10 BF B3 5C 0 6 19 B0 55 29
Octal 20 277 263 134 0 6 31 260 125 51
Binary 10000 10111111 10110011 1011100 0 110 11001 10110000 1010101 101001

Color Harmonies of #10BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BFB3

Black with #10BFB3

Text Example


Text Example

White with #10BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BFB3; }

 p { color: rgb(16,191,179); }

 H1.HeaderClassName
 {
   color: #10BFB3;
 }
 .AnyTagClassName
 {
   color: #10BFB3;
 }
</style>

background-color css

<style>
 a { background-color: #10BFB3; }

 a { background-color: rgb(16,191,179); }

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

border-color css

<style>
 span { border-color: #10BFB3; }

 span { border-color: rgb(16,191,179); }

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