Html Css Color HEX #12BDBA Light Sea Green

📋 copy color: '#12BDBA'

red 18 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #12BDBA

Tints of Light Sea Green #12BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 4.58%
G = 48.09%
B = 47.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#12BDBA (or 0x12BDBA) is known color: Light Sea Green. HEX triplet: 12, BD and BA. RGB value is (18,189,186). Sum of RGB (Red+Green+Blue) = 18+189+186=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDBA is #ED4245. Grayscale: #898989. Windows color (decimal): -15548998 or 12238098. OLE color: 12238098.

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

Color convert

RGB 18 189 186 -
CMYK 0.90 0 0.02 0.26
HSL 178.95º 0.83% 0.41% -
HSV(B) 178.95º 0.9% 0.74% -
XYZ 27.31 40.07 52.75 -
YUV 137.53 155.35 42.74 -
System Red Green Blue C M Y K H S L
Decimal 18 189 186 0.90 0 0.02 0.26 178.95 0.83 0.41
Hex 12 BD BA 5A 0 2 1A B3 53 29
Octal 22 275 272 132 0 2 32 263 123 51
Binary 10010 10111101 10111010 1011010 0 10 11010 10110011 1010011 101001

Color Harmonies of #12BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDBA

Black with #12BDBA

Text Example


Text Example

White with #12BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,186); }

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

background-color css

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

 a { background-color: rgb(18,189,186); }

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

border-color css

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

 span { border-color: rgb(18,189,186); }

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