Html Css Color HEX #12DCB0 Caribbean Green

📋 copy color: '#12DCB0'

red 18 ◦ green 220 ◦ blue 176

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

Shades of Caribbean Green #12DCB0

Tints of Caribbean Green #12DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.14%

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

R = 4.35%
G = 53.14%
B = 42.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#12DCB0 (or 0x12DCB0) is known color: Caribbean Green. HEX triplet: 12, DC and B0. RGB value is (18,220,176). Sum of RGB (Red+Green+Blue) = 18+220+176=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCB0 is #ED234F. Grayscale: #9A9A9A. Windows color (decimal): -15541072 or 11590674. OLE color: 11590674.

HSL color Cylindrical-coordinate representation of color #12DCB0: hue angle of 166.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCB0 is Cyan = 0.92, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 176 -
CMYK 0.92 0 0.2 0.14
HSL 166.93º 0.85% 0.47% -
HSV(B) 166.93º 0.92% 0.86% -
XYZ 33.68 54.45 49.81 -
YUV 154.59 140.08 30.58 -
System Red Green Blue C M Y K H S L
Decimal 18 220 176 0.92 0 0.2 0.14 166.93 0.85 0.47
Hex 12 DC B0 5C 0 14 E A7 55 2F
Octal 22 334 260 134 0 24 16 247 125 57
Binary 10010 11011100 10110000 1011100 0 10100 1110 10100111 1010101 101111

Color Harmonies of #12DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCB0

Black with #12DCB0

Text Example


Text Example

White with #12DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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