Html Css Color HEX #0CA2AF Bondi Blue

📋 copy color: '#0CA2AF'

red 12 ◦ green 162 ◦ blue 175

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

Shades of Bondi Blue #0CA2AF

Tints of Bondi Blue #0CA2AF

RGB

 RED value IS 12 (5.08% from 255) = 3.44%

 GREEN value IS 162 (63.67% from 255) = 46.42%

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 3.44%
G = 46.42%
B = 50.14%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0CA2AF (or 0x0CA2AF) is known color: Bondi Blue. HEX triplet: 0C, A2 and AF. RGB value is (12,162,175). Sum of RGB (Red+Green+Blue) = 12+162+175=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #0CA2AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA2AF is #F35D50. Grayscale: #767676. Windows color (decimal): -15949137 or 11510284. OLE color: 11510284.

HSL color Cylindrical-coordinate representation of color #0CA2AF: hue angle of 184.79º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA2AF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 162 175 -
CMYK 0.93 0.07 0 0.31
HSL 184.79º 0.87% 0.37% -
HSV(B) 184.79º 0.93% 0.69% -
XYZ 20.81 29.01 45.06 -
YUV 118.63 159.81 51.94 -
System Red Green Blue C M Y K H S L
Decimal 12 162 175 0.93 0.07 0 0.31 184.79 0.87 0.37
Hex C A2 AF 5D 7 0 1F B9 57 25
Octal 14 242 257 135 7 0 37 271 127 45
Binary 1100 10100010 10101111 1011101 111 0 11111 10111001 1010111 100101

Color Harmonies of #0CA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA2AF

Black with #0CA2AF

Text Example


Text Example

White with #0CA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CA2AF; }

 p { color: rgb(12,162,175); }

 H1.HeaderClassName
 {
   color: #0CA2AF;
 }
 .AnyTagClassName
 {
   color: #0CA2AF;
 }
</style>

background-color css

<style>
 a { background-color: #0CA2AF; }

 a { background-color: rgb(12,162,175); }

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

border-color css

<style>
 span { border-color: #0CA2AF; }

 span { border-color: rgb(12,162,175); }

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