Html Css Color HEX #0ABFB2 Light Sea Green

📋 copy color: '#0ABFB2'

red 10 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #0ABFB2

Tints of Light Sea Green #0ABFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.97%

R = 2.64%
G = 50.4%
B = 46.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#0ABFB2 (or 0x0ABFB2) is known color: Light Sea Green. HEX triplet: 0A, BF and B2. RGB value is (10,191,178). Sum of RGB (Red+Green+Blue) = 10+191+178=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABFB2 is #F5404D. Grayscale: #878787. Windows color (decimal): -16072782 or 11714314. OLE color: 11714314.

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

Color convert

RGB 10 191 178 -
CMYK 0.95 0 0.07 0.25
HSL 175.69º 0.9% 0.39% -
HSV(B) 175.69º 0.95% 0.75% -
XYZ 26.79 40.54 48.53 -
YUV 135.4 152.03 38.56 -
System Red Green Blue C M Y K H S L
Decimal 10 191 178 0.95 0 0.07 0.25 175.69 0.9 0.39
Hex A BF B2 5F 0 7 19 B0 5A 27
Octal 12 277 262 137 0 7 31 260 132 47
Binary 1010 10111111 10110010 1011111 0 111 11001 10110000 1011010 100111

Color Harmonies of #0ABFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFB2

Black with #0ABFB2

Text Example


Text Example

White with #0ABFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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