Html Css Color HEX #10BDAC Light Sea Green

📋 copy color: '#10BDAC'

red 16 ◦ green 189 ◦ blue 172

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

Shades of Light Sea Green #10BDAC

Tints of Light Sea Green #10BDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 4.24%
G = 50.13%
B = 45.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#10BDAC (or 0x10BDAC) is known color: Light Sea Green. HEX triplet: 10, BD and AC. RGB value is (16,189,172). Sum of RGB (Red+Green+Blue) = 16+189+172=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BDAC is #EF4253. Grayscale: #878787. Windows color (decimal): -15680084 or 11320592. OLE color: 11320592.

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

Color convert

RGB 16 189 172 -
CMYK 0.92 0 0.09 0.26
HSL 174.1º 0.84% 0.4% -
HSV(B) 174.1º 0.92% 0.74% -
XYZ 25.86 39.48 45.29 -
YUV 135.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 16 189 172 0.92 0 0.09 0.26 174.1 0.84 0.4
Hex 10 BD AC 5C 0 9 1A AE 54 28
Octal 20 275 254 134 0 11 32 256 124 50
Binary 10000 10111101 10101100 1011100 0 1001 11010 10101110 1010100 101000

Color Harmonies of #10BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDAC

Black with #10BDAC

Text Example


Text Example

White with #10BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,172); }

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

background-color css

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

 a { background-color: rgb(16,189,172); }

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

border-color css

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

 span { border-color: rgb(16,189,172); }

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