Html Css Color HEX #0BADA1 Persian Green

📋 copy color: '#0BADA1'

red 11 ◦ green 173 ◦ blue 161

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

Shades of Persian Green #0BADA1

Tints of Persian Green #0BADA1

RGB

 RED value IS 11 (4.69% from 255) = 3.19%

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 161 (63.28% from 255) = 46.67%

R = 3.19%
G = 50.14%
B = 46.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#0BADA1 (or 0x0BADA1) is known color: Persian Green. HEX triplet: 0B, AD and A1. RGB value is (11,173,161). Sum of RGB (Red+Green+Blue) = 11+173+161=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #0BADA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BADA1 is #F4525E. Grayscale: #7B7B7B. Windows color (decimal): -16011871 or 10595595. OLE color: 10595595.

HSL color Cylindrical-coordinate representation of color #0BADA1: hue angle of 175.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADA1 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 173 161 -
CMYK 0.94 0 0.07 0.32
HSL 175.56º 0.88% 0.36% -
HSV(B) 175.56º 0.94% 0.68% -
XYZ 21.51 32.53 38.86 -
YUV 123.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 11 173 161 0.94 0 0.07 0.32 175.56 0.88 0.36
Hex B AD A1 5E 0 7 20 B0 58 24
Octal 13 255 241 136 0 7 40 260 130 44
Binary 1011 10101101 10100001 1011110 0 111 100000 10110000 1011000 100100

Color Harmonies of #0BADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADA1

Black with #0BADA1

Text Example


Text Example

White with #0BADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,173,161); }

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

background-color css

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

 a { background-color: rgb(11,173,161); }

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

border-color css

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

 span { border-color: rgb(11,173,161); }

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