Html Css Color HEX #10BBA2 Light Sea Green

📋 copy color: '#10BBA2'

red 16 ◦ green 187 ◦ blue 162

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

Shades of Light Sea Green #10BBA2

Tints of Light Sea Green #10BBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.23%

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 4.38%
G = 51.23%
B = 44.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#10BBA2 (or 0x10BBA2) is known color: Light Sea Green. HEX triplet: 10, BB and A2. RGB value is (16,187,162). Sum of RGB (Red+Green+Blue) = 16+187+162=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #10BBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BBA2 is #EF445D. Grayscale: #848484. Windows color (decimal): -15680606 or 10664720. OLE color: 10664720.

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

Color convert

RGB 16 187 162 -
CMYK 0.91 0 0.13 0.27
HSL 171.23º 0.84% 0.4% -
HSV(B) 171.23º 0.91% 0.73% -
XYZ 24.51 38.26 40.28 -
YUV 133.02 144.35 44.53 -
System Red Green Blue C M Y K H S L
Decimal 16 187 162 0.91 0 0.13 0.27 171.23 0.84 0.4
Hex 10 BB A2 5B 0 D 1B AB 54 28
Octal 20 273 242 133 0 15 33 253 124 50
Binary 10000 10111011 10100010 1011011 0 1101 11011 10101011 1010100 101000

Color Harmonies of #10BBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBA2

Black with #10BBA2

Text Example


Text Example

White with #10BBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,187,162); }

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

background-color css

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

 a { background-color: rgb(16,187,162); }

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

border-color css

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

 span { border-color: rgb(16,187,162); }

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