Html Css Color HEX #0ABCB2 Light Sea Green

📋 copy color: '#0ABCB2'

red 10 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #0ABCB2

Tints of Light Sea Green #0ABCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

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

R = 2.66%
G = 50%
B = 47.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#0ABCB2 (or 0x0ABCB2) is known color: Light Sea Green. HEX triplet: 0A, BC and B2. RGB value is (10,188,178). Sum of RGB (Red+Green+Blue) = 10+188+178=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABCB2 is #F5434D. Grayscale: #858585. Windows color (decimal): -16073550 or 11713546. OLE color: 11713546.

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

Color convert

RGB 10 188 178 -
CMYK 0.95 0 0.05 0.26
HSL 176.63º 0.9% 0.39% -
HSV(B) 176.63º 0.95% 0.74% -
XYZ 26.14 39.25 48.32 -
YUV 133.64 153.03 39.81 -
System Red Green Blue C M Y K H S L
Decimal 10 188 178 0.95 0 0.05 0.26 176.63 0.9 0.39
Hex A BC B2 5F 0 5 1A B1 5A 27
Octal 12 274 262 137 0 5 32 261 132 47
Binary 1010 10111100 10110010 1011111 0 101 11010 10110001 1011010 100111

Color Harmonies of #0ABCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCB2

Black with #0ABCB2

Text Example


Text Example

White with #0ABCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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