Html Css Color HEX #10BCA6 Light Sea Green

📋 copy color: '#10BCA6'

red 16 ◦ green 188 ◦ blue 166

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

Shades of Light Sea Green #10BCA6

Tints of Light Sea Green #10BCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.86%

R = 4.32%
G = 50.81%
B = 44.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#10BCA6 (or 0x10BCA6) is known color: Light Sea Green. HEX triplet: 10, BC and A6. RGB value is (16,188,166). Sum of RGB (Red+Green+Blue) = 16+188+166=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BCA6 is #EF4359. Grayscale: #858585. Windows color (decimal): -15680346 or 10927120. OLE color: 10927120.

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

Color convert

RGB 16 188 166 -
CMYK 0.91 0 0.12 0.26
HSL 172.33º 0.84% 0.4% -
HSV(B) 172.33º 0.91% 0.74% -
XYZ 25.08 38.83 42.25 -
YUV 134.06 146.02 43.79 -
System Red Green Blue C M Y K H S L
Decimal 16 188 166 0.91 0 0.12 0.26 172.33 0.84 0.4
Hex 10 BC A6 5B 0 C 1A AC 54 28
Octal 20 274 246 133 0 14 32 254 124 50
Binary 10000 10111100 10100110 1011011 0 1100 11010 10101100 1010100 101000

Color Harmonies of #10BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCA6

Black with #10BCA6

Text Example


Text Example

White with #10BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,166); }

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

background-color css

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

 a { background-color: rgb(16,188,166); }

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

border-color css

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

 span { border-color: rgb(16,188,166); }

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