Html Css Color HEX #12CCB2 Light Sea Green

📋 copy color: '#12CCB2'

red 18 ◦ green 204 ◦ blue 178

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

Shades of Light Sea Green #12CCB2

Tints of Light Sea Green #12CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51%

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

R = 4.5%
G = 51%
B = 44.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#12CCB2 (or 0x12CCB2) is known color: Light Sea Green. HEX triplet: 12, CC and B2. RGB value is (18,204,178). Sum of RGB (Red+Green+Blue) = 18+204+178=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CCB2 is #ED334D. Grayscale: #919191. Windows color (decimal): -15545166 or 11717650. OLE color: 11717650.

HSL color Cylindrical-coordinate representation of color #12CCB2: hue angle of 171.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCB2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 178 -
CMYK 0.91 0 0.13 0.2
HSL 171.61º 0.84% 0.44% -
HSV(B) 171.61º 0.91% 0.8% -
XYZ 29.88 46.53 49.53 -
YUV 145.42 146.38 37.11 -
System Red Green Blue C M Y K H S L
Decimal 18 204 178 0.91 0 0.13 0.2 171.61 0.84 0.44
Hex 12 CC B2 5B 0 D 14 AC 54 2C
Octal 22 314 262 133 0 15 24 254 124 54
Binary 10010 11001100 10110010 1011011 0 1101 10100 10101100 1010100 101100

Color Harmonies of #12CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCB2

Black with #12CCB2

Text Example


Text Example

White with #12CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,178); }

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

background-color css

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

 a { background-color: rgb(18,204,178); }

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

border-color css

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

 span { border-color: rgb(18,204,178); }

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