Html Css Color HEX #10BEB0 Light Sea Green

📋 copy color: '#10BEB0'

red 16 ◦ green 190 ◦ blue 176

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

Shades of Light Sea Green #10BEB0

Tints of Light Sea Green #10BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.74%

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 4.19%
G = 49.74%
B = 46.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#10BEB0 (or 0x10BEB0) is known color: Light Sea Green. HEX triplet: 10, BE and B0. RGB value is (16,190,176). Sum of RGB (Red+Green+Blue) = 16+190+176=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEB0 is #EF414F. Grayscale: #888888. Windows color (decimal): -15679824 or 11582992. OLE color: 11582992.

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

Color convert

RGB 16 190 176 -
CMYK 0.92 0 0.07 0.25
HSL 175.17º 0.84% 0.4% -
HSV(B) 175.17º 0.92% 0.75% -
XYZ 26.46 40.07 47.41 -
YUV 136.38 150.35 42.14 -
System Red Green Blue C M Y K H S L
Decimal 16 190 176 0.92 0 0.07 0.25 175.17 0.84 0.4
Hex 10 BE B0 5C 0 7 19 AF 54 28
Octal 20 276 260 134 0 7 31 257 124 50
Binary 10000 10111110 10110000 1011100 0 111 11001 10101111 1010100 101000

Color Harmonies of #10BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEB0

Black with #10BEB0

Text Example


Text Example

White with #10BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,176); }

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

background-color css

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

 a { background-color: rgb(16,190,176); }

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

border-color css

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

 span { border-color: rgb(16,190,176); }

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