Html Css Color HEX #12BDB7 Light Sea Green

📋 copy color: '#12BDB7'

red 18 ◦ green 189 ◦ blue 183

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

Shades of Light Sea Green #12BDB7

Tints of Light Sea Green #12BDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 4.62%
G = 48.46%
B = 46.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#12BDB7 (or 0x12BDB7) is known color: Light Sea Green. HEX triplet: 12, BD and B7. RGB value is (18,189,183). Sum of RGB (Red+Green+Blue) = 18+189+183=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDB7 is #ED4248. Grayscale: #898989. Windows color (decimal): -15549001 or 12041490. OLE color: 12041490.

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

Color convert

RGB 18 189 183 -
CMYK 0.90 0 0.03 0.26
HSL 177.89º 0.83% 0.41% -
HSV(B) 177.89º 0.9% 0.74% -
XYZ 26.99 39.94 51.09 -
YUV 137.19 153.85 42.99 -
System Red Green Blue C M Y K H S L
Decimal 18 189 183 0.90 0 0.03 0.26 177.89 0.83 0.41
Hex 12 BD B7 5A 0 3 1A B2 53 29
Octal 22 275 267 132 0 3 32 262 123 51
Binary 10010 10111101 10110111 1011010 0 11 11010 10110010 1010011 101001

Color Harmonies of #12BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDB7

Black with #12BDB7

Text Example


Text Example

White with #12BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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