Html Css Color HEX #0ABEB2 Light Sea Green

📋 copy color: '#0ABEB2'

red 10 ◦ green 190 ◦ blue 178

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

Shades of Light Sea Green #0ABEB2

Tints of Light Sea Green #0ABEB2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.26%

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

R = 2.65%
G = 50.26%
B = 47.09%

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

#0ABEB2 (or 0x0ABEB2) is known color: Light Sea Green. HEX triplet: 0A, BE and B2. RGB value is (10,190,178). Sum of RGB (Red+Green+Blue) = 10+190+178=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABEB2 is #F5414D. Grayscale: #868686. Windows color (decimal): -16073038 or 11714058. OLE color: 11714058.

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

Color convert

RGB 10 190 178 -
CMYK 0.95 0 0.06 0.25
HSL 176º 0.9% 0.39% -
HSV(B) 176º 0.95% 0.75% -
XYZ 26.57 40.11 48.46 -
YUV 134.81 152.37 38.98 -
System Red Green Blue C M Y K H S L
Decimal 10 190 178 0.95 0 0.06 0.25 176 0.9 0.39
Hex A BE B2 5F 0 6 19 B0 5A 27
Octal 12 276 262 137 0 6 31 260 132 47
Binary 1010 10111110 10110010 1011111 0 110 11001 10110000 1011010 100111

Color Harmonies of #0ABEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEB2

Black with #0ABEB2

Text Example


Text Example

White with #0ABEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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