Html Css Color HEX #10ACB4 Light Sea Green

📋 copy color: '#10ACB4'

red 16 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #10ACB4

Tints of Light Sea Green #10ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.91%

R = 4.35%
G = 46.74%
B = 48.91%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#10ACB4 (or 0x10ACB4) is known color: Light Sea Green. HEX triplet: 10, AC and B4. RGB value is (16,172,180). Sum of RGB (Red+Green+Blue) = 16+172+180=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #10ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACB4 is #EF534B. Grayscale: #7E7E7E. Windows color (decimal): -15684428 or 11840528. OLE color: 11840528.

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

Color convert

RGB 16 172 180 -
CMYK 0.91 0.04 0 0.29
HSL 182.93º 0.84% 0.38% -
HSV(B) 182.93º 0.91% 0.71% -
XYZ 23.2 32.91 48.31 -
YUV 126.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 16 172 180 0.91 0.04 0 0.29 182.93 0.84 0.38
Hex 10 AC B4 5B 4 0 1D B7 54 26
Octal 20 254 264 133 4 0 35 267 124 46
Binary 10000 10101100 10110100 1011011 100 0 11101 10110111 1010100 100110

Color Harmonies of #10ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACB4

Black with #10ACB4

Text Example


Text Example

White with #10ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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