Html Css Color HEX #12BCB0 Light Sea Green

📋 copy color: '#12BCB0'

red 18 ◦ green 188 ◦ blue 176

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

Shades of Light Sea Green #12BCB0

Tints of Light Sea Green #12BCB0

RGB

 RED value IS 18 (7.42% from 255) = 4.71%

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

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 4.71%
G = 49.21%
B = 46.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#12BCB0 (or 0x12BCB0) is known color: Light Sea Green. HEX triplet: 12, BC and B0. RGB value is (18,188,176). Sum of RGB (Red+Green+Blue) = 18+188+176=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCB0 is #ED434F. Grayscale: #878787. Windows color (decimal): -15549264 or 11582482. OLE color: 11582482.

HSL color Cylindrical-coordinate representation of color #12BCB0: hue angle of 175.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BCB0 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 176 -
CMYK 0.90 0 0.06 0.26
HSL 175.76º 0.83% 0.4% -
HSV(B) 175.76º 0.9% 0.74% -
XYZ 26.07 39.23 47.27 -
YUV 135.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 18 188 176 0.90 0 0.06 0.26 175.76 0.83 0.4
Hex 12 BC B0 5A 0 6 1A B0 53 28
Octal 22 274 260 132 0 6 32 260 123 50
Binary 10010 10111100 10110000 1011010 0 110 11010 10110000 1010011 101000

Color Harmonies of #12BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCB0

Black with #12BCB0

Text Example


Text Example

White with #12BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12BCB0; }

 p { color: rgb(18,188,176); }

 H1.HeaderClassName
 {
   color: #12BCB0;
 }
 .AnyTagClassName
 {
   color: #12BCB0;
 }
</style>

background-color css

<style>
 a { background-color: #12BCB0; }

 a { background-color: rgb(18,188,176); }

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

border-color css

<style>
 span { border-color: #12BCB0; }

 span { border-color: rgb(18,188,176); }

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