Html Css Color HEX #10ACB3 Light Sea Green

📋 copy color: '#10ACB3'

red 16 ◦ green 172 ◦ blue 179

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

Shades of Light Sea Green #10ACB3

Tints of Light Sea Green #10ACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

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

R = 4.36%
G = 46.87%
B = 48.77%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#10ACB3 (or 0x10ACB3) is known color: Light Sea Green. HEX triplet: 10, AC and B3. RGB value is (16,172,179). Sum of RGB (Red+Green+Blue) = 16+172+179=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #10ACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACB3 is #EF534C. Grayscale: #7D7D7D. Windows color (decimal): -15684429 or 11774992. OLE color: 11774992.

HSL color Cylindrical-coordinate representation of color #10ACB3: hue angle of 182.58º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ACB3 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 172 179 -
CMYK 0.91 0.04 0 0.30
HSL 182.58º 0.84% 0.38% -
HSV(B) 182.58º 0.91% 0.7% -
XYZ 23.1 32.87 47.77 -
YUV 126.15 157.82 49.43 -
System Red Green Blue C M Y K H S L
Decimal 16 172 179 0.91 0.04 0 0.30 182.58 0.84 0.38
Hex 10 AC B3 5B 4 0 1E B7 54 26
Octal 20 254 263 133 4 0 36 267 124 46
Binary 10000 10101100 10110011 1011011 100 0 11110 10110111 1010100 100110

Color Harmonies of #10ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACB3

Black with #10ACB3

Text Example


Text Example

White with #10ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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