Html Css Color HEX #12BCB4 Light Sea Green

📋 copy color: '#12BCB4'

red 18 ◦ green 188 ◦ blue 180

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

Shades of Light Sea Green #12BCB4

Tints of Light Sea Green #12BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.63%

R = 4.66%
G = 48.7%
B = 46.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#12BCB4 (or 0x12BCB4) is known color: Light Sea Green. HEX triplet: 12, BC and B4. RGB value is (18,188,180). Sum of RGB (Red+Green+Blue) = 18+188+180=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCB4 is #ED434B. Grayscale: #888888. Windows color (decimal): -15549260 or 11844626. OLE color: 11844626.

HSL color Cylindrical-coordinate representation of color #12BCB4: hue angle of 177.18º 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 #12BCB4 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 180 -
CMYK 0.90 0 0.04 0.26
HSL 177.18º 0.83% 0.4% -
HSV(B) 177.18º 0.9% 0.74% -
XYZ 26.47 39.39 49.39 -
YUV 136.26 152.68 43.65 -
System Red Green Blue C M Y K H S L
Decimal 18 188 180 0.90 0 0.04 0.26 177.18 0.83 0.4
Hex 12 BC B4 5A 0 4 1A B1 53 28
Octal 22 274 264 132 0 4 32 261 123 50
Binary 10010 10111100 10110100 1011010 0 100 11010 10110001 1010011 101000

Color Harmonies of #12BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCB4

Black with #12BCB4

Text Example


Text Example

White with #12BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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