Html Css Color HEX #10A0AB Bondi Blue

📋 copy color: '#10A0AB'

red 16 ◦ green 160 ◦ blue 171

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

Shades of Bondi Blue #10A0AB

Tints of Bondi Blue #10A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 4.61%
G = 46.11%
B = 49.28%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#10A0AB (or 0x10A0AB) is known color: Bondi Blue. HEX triplet: 10, A0 and AB. RGB value is (16,160,171). Sum of RGB (Red+Green+Blue) = 16+160+171=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #10A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A0AB is #EF5F54. Grayscale: #767676. Windows color (decimal): -15687509 or 11247632. OLE color: 11247632.

HSL color Cylindrical-coordinate representation of color #10A0AB: hue angle of 184.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A0AB is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 160 171 -
CMYK 0.91 0.06 0 0.33
HSL 184.26º 0.83% 0.37% -
HSV(B) 184.26º 0.91% 0.67% -
XYZ 20.14 28.19 42.91 -
YUV 118.2 157.79 55.11 -
System Red Green Blue C M Y K H S L
Decimal 16 160 171 0.91 0.06 0 0.33 184.26 0.83 0.37
Hex 10 A0 AB 5B 6 0 21 B8 53 25
Octal 20 240 253 133 6 0 41 270 123 45
Binary 10000 10100000 10101011 1011011 110 0 100001 10111000 1010011 100101

Color Harmonies of #10A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A0AB

Black with #10A0AB

Text Example


Text Example

White with #10A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,160,171); }

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

background-color css

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

 a { background-color: rgb(16,160,171); }

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

border-color css

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

 span { border-color: rgb(16,160,171); }

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