Html Css Color HEX #0ABFAD Light Sea Green

📋 copy color: '#0ABFAD'

red 10 ◦ green 191 ◦ blue 173

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

Shades of Light Sea Green #0ABFAD

Tints of Light Sea Green #0ABFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 2.67%
G = 51.07%
B = 46.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#0ABFAD (or 0x0ABFAD) is known color: Light Sea Green. HEX triplet: 0A, BF and AD. RGB value is (10,191,173). Sum of RGB (Red+Green+Blue) = 10+191+173=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABFAD is #F54052. Grayscale: #868686. Windows color (decimal): -16072787 or 11386634. OLE color: 11386634.

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

Color convert

RGB 10 191 173 -
CMYK 0.95 0 0.09 0.25
HSL 174.03º 0.9% 0.39% -
HSV(B) 174.03º 0.95% 0.75% -
XYZ 26.3 40.34 45.94 -
YUV 134.83 149.53 38.96 -
System Red Green Blue C M Y K H S L
Decimal 10 191 173 0.95 0 0.09 0.25 174.03 0.9 0.39
Hex A BF AD 5F 0 9 19 AE 5A 27
Octal 12 277 255 137 0 11 31 256 132 47
Binary 1010 10111111 10101101 1011111 0 1001 11001 10101110 1011010 100111

Color Harmonies of #0ABFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFAD

Black with #0ABFAD

Text Example


Text Example

White with #0ABFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,173); }

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

background-color css

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

 a { background-color: rgb(10,191,173); }

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

border-color css

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

 span { border-color: rgb(10,191,173); }

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