Html Css Color HEX #12C194 Caribbean Green

📋 copy color: '#12C194'

red 18 ◦ green 193 ◦ blue 148

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

Shades of Caribbean Green #12C194

Tints of Caribbean Green #12C194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.76%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 5.01%
G = 53.76%
B = 41.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#12C194 (or 0x12C194) is known color: Caribbean Green. HEX triplet: 12, C1 and 94. RGB value is (18,193,148). Sum of RGB (Red+Green+Blue) = 18+193+148=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #12C194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C194 is #ED3E6B. Grayscale: #878787. Windows color (decimal): -15548012 or 9748754. OLE color: 9748754.

HSL color Cylindrical-coordinate representation of color #12C194: hue angle of 164.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C194 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 148 -
CMYK 0.91 0 0.23 0.24
HSL 164.57º 0.83% 0.41% -
HSV(B) 164.57º 0.91% 0.76% -
XYZ 24.66 40.41 34.52 -
YUV 135.55 135.02 44.16 -
System Red Green Blue C M Y K H S L
Decimal 18 193 148 0.91 0 0.23 0.24 164.57 0.83 0.41
Hex 12 C1 94 5B 0 17 18 A5 53 29
Octal 22 301 224 133 0 27 30 245 123 51
Binary 10010 11000001 10010100 1011011 0 10111 11000 10100101 1010011 101001

Color Harmonies of #12C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C194

Black with #12C194

Text Example


Text Example

White with #12C194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,193,148); }

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

background-color css

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

 a { background-color: rgb(18,193,148); }

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

border-color css

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

 span { border-color: rgb(18,193,148); }

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