Html Css Color HEX #0ABBA5 Light Sea Green

📋 copy color: '#0ABBA5'

red 10 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #0ABBA5

Tints of Light Sea Green #0ABBA5

RGB

 RED value IS 10 (4.3% from 255) = 2.76%

 GREEN value IS 187 (73.44% from 255) = 51.66%

 BLUE value IS 165 (64.84% from 255) = 45.58%

R = 2.76%
G = 51.66%
B = 45.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#0ABBA5 (or 0x0ABBA5) is known color: Light Sea Green. HEX triplet: 0A, BB and A5. RGB value is (10,187,165). Sum of RGB (Red+Green+Blue) = 10+187+165=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABBA5 is #F5445A. Grayscale: #838383. Windows color (decimal): -16073819 or 10861322. OLE color: 10861322.

HSL color Cylindrical-coordinate representation of color #0ABBA5: hue angle of 172.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBA5 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 187 165 -
CMYK 0.95 0 0.12 0.27
HSL 172.54º 0.9% 0.39% -
HSV(B) 172.54º 0.95% 0.73% -
XYZ 24.69 38.32 41.69 -
YUV 131.57 146.86 41.29 -
System Red Green Blue C M Y K H S L
Decimal 10 187 165 0.95 0 0.12 0.27 172.54 0.9 0.39
Hex A BB A5 5F 0 C 1B AD 5A 27
Octal 12 273 245 137 0 14 33 255 132 47
Binary 1010 10111011 10100101 1011111 0 1100 11011 10101101 1011010 100111

Color Harmonies of #0ABBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABBA5

Black with #0ABBA5

Text Example


Text Example

White with #0ABBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,187,165); }

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

background-color css

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

 a { background-color: rgb(10,187,165); }

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

border-color css

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

 span { border-color: rgb(10,187,165); }

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