Html Css Color HEX #00ABAE Bondi Blue

📋 copy color: '#00ABAE'

red 0 ◦ green 171 ◦ blue 174

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

Shades of Bondi Blue #00ABAE

Tints of Bondi Blue #00ABAE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 171 (67.19% from 255) = 49.57%

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 0%
G = 49.57%
B = 50.43%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#00ABAE (or 0x00ABAE) is known color: Bondi Blue. HEX triplet: 00, AB and AE. RGB value is (0,171,174). Sum of RGB (Red+Green+Blue) = 0+171+174=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #00ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ABAE is #FF5451. Grayscale: #787878. Windows color (decimal): -16733266 or 11447040. OLE color: 11447040.

HSL color Cylindrical-coordinate representation of color #00ABAE: hue angle of 181.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABAE is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 171 174 -
CMYK 1 0.02 0 0.32
HSL 181.03º 1% 0.34% -
HSV(B) 181.03º 1% 0.68% -
XYZ 22.2 32.18 45.09 -
YUV 120.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 0 171 174 1 0.02 0 0.32 181.03 1 0.34
Hex 0 AB AE 64 2 0 20 B5 64 22
Octal 0 253 256 144 2 0 40 265 144 42
Binary 0 10101011 10101110 1100100 10 0 100000 10110101 1100100 100010

Color Harmonies of #00ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABAE

Black with #00ABAE

Text Example


Text Example

White with #00ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ABAE; }

 p { color: rgb(0,171,174); }

 H1.HeaderClassName
 {
   color: #00ABAE;
 }
 .AnyTagClassName
 {
   color: #00ABAE;
 }
</style>

background-color css

<style>
 a { background-color: #00ABAE; }

 a { background-color: rgb(0,171,174); }

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

border-color css

<style>
 span { border-color: #00ABAE; }

 span { border-color: rgb(0,171,174); }

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