Html Css Color HEX #0ABFB3 Light Sea Green

📋 copy color: '#0ABFB3'

red 10 ◦ green 191 ◦ blue 179

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

Shades of Light Sea Green #0ABFB3

Tints of Light Sea Green #0ABFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 2.63%
G = 50.26%
B = 47.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#0ABFB3 (or 0x0ABFB3) is known color: Light Sea Green. HEX triplet: 0A, BF and B3. RGB value is (10,191,179). Sum of RGB (Red+Green+Blue) = 10+191+179=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFB3 is #F5404C. Grayscale: #878787. Windows color (decimal): -16072781 or 11779850. OLE color: 11779850.

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

Color convert

RGB 10 191 179 -
CMYK 0.95 0 0.06 0.25
HSL 176.02º 0.9% 0.39% -
HSV(B) 176.02º 0.95% 0.75% -
XYZ 26.89 40.58 49.06 -
YUV 135.51 152.53 38.48 -
System Red Green Blue C M Y K H S L
Decimal 10 191 179 0.95 0 0.06 0.25 176.02 0.9 0.39
Hex A BF B3 5F 0 6 19 B0 5A 27
Octal 12 277 263 137 0 6 31 260 132 47
Binary 1010 10111111 10110011 1011111 0 110 11001 10110000 1011010 100111

Color Harmonies of #0ABFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFB3

Black with #0ABFB3

Text Example


Text Example

White with #0ABFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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