Html Css Color HEX #12CC93 Caribbean Green

📋 copy color: '#12CC93'

red 18 ◦ green 204 ◦ blue 147

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

Shades of Caribbean Green #12CC93

Tints of Caribbean Green #12CC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 4.88%
G = 55.28%
B = 39.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#12CC93 (or 0x12CC93) is known color: Caribbean Green. HEX triplet: 12, CC and 93. RGB value is (18,204,147). Sum of RGB (Red+Green+Blue) = 18+204+147=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC93 is #ED336C. Grayscale: #8D8D8D. Windows color (decimal): -15545197 or 9686034. OLE color: 9686034.

HSL color Cylindrical-coordinate representation of color #12CC93: hue angle of 161.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 #12CC93 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 147 -
CMYK 0.91 0 0.28 0.2
HSL 161.61º 0.84% 0.44% -
HSV(B) 161.61º 0.91% 0.8% -
XYZ 27.11 45.42 34.94 -
YUV 141.89 130.88 39.63 -
System Red Green Blue C M Y K H S L
Decimal 18 204 147 0.91 0 0.28 0.2 161.61 0.84 0.44
Hex 12 CC 93 5B 0 1C 14 A2 54 2C
Octal 22 314 223 133 0 34 24 242 124 54
Binary 10010 11001100 10010011 1011011 0 11100 10100 10100010 1010100 101100

Color Harmonies of #12CC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC93

Black with #12CC93

Text Example


Text Example

White with #12CC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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