Html Css Color HEX #0BAEA3 Persian Green

📋 copy color: '#0BAEA3'

red 11 ◦ green 174 ◦ blue 163

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

Shades of Persian Green #0BAEA3

Tints of Persian Green #0BAEA3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50%

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 3.16%
G = 50%
B = 46.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#0BAEA3 (or 0x0BAEA3) is known color: Persian Green. HEX triplet: 0B, AE and A3. RGB value is (11,174,163). Sum of RGB (Red+Green+Blue) = 11+174+163=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEA3 is #F4515C. Grayscale: #7B7B7B. Windows color (decimal): -16011613 or 10726923. OLE color: 10726923.

HSL color Cylindrical-coordinate representation of color #0BAEA3: hue angle of 175.95º 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 #0BAEA3 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 174 163 -
CMYK 0.94 0 0.06 0.32
HSL 175.95º 0.88% 0.36% -
HSV(B) 175.95º 0.94% 0.68% -
XYZ 21.88 32.99 39.86 -
YUV 124.01 150 47.39 -
System Red Green Blue C M Y K H S L
Decimal 11 174 163 0.94 0 0.06 0.32 175.95 0.88 0.36
Hex B AE A3 5E 0 6 20 B0 58 24
Octal 13 256 243 136 0 6 40 260 130 44
Binary 1011 10101110 10100011 1011110 0 110 100000 10110000 1011000 100100

Color Harmonies of #0BAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEA3

Black with #0BAEA3

Text Example


Text Example

White with #0BAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,174,163); }

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

background-color css

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

 a { background-color: rgb(11,174,163); }

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

border-color css

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

 span { border-color: rgb(11,174,163); }

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