Html Css Color HEX #12C195 Caribbean Green

📋 copy color: '#12C195'

red 18 ◦ green 193 ◦ blue 149

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

Shades of Caribbean Green #12C195

Tints of Caribbean Green #12C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 5%
G = 53.61%
B = 41.39%

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

#12C195 (or 0x12C195) is known color: Caribbean Green. HEX triplet: 12, C1 and 95. RGB value is (18,193,149). Sum of RGB (Red+Green+Blue) = 18+193+149=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #12C195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C195 is #ED3E6A. Grayscale: #878787. Windows color (decimal): -15548011 or 9814290. OLE color: 9814290.

HSL color Cylindrical-coordinate representation of color #12C195: hue angle of 164.91º 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 #12C195 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 149 -
CMYK 0.91 0 0.23 0.24
HSL 164.91º 0.83% 0.41% -
HSV(B) 164.91º 0.91% 0.76% -
XYZ 24.74 40.44 34.94 -
YUV 135.66 135.52 44.08 -
System Red Green Blue C M Y K H S L
Decimal 18 193 149 0.91 0 0.23 0.24 164.91 0.83 0.41
Hex 12 C1 95 5B 0 17 18 A5 53 29
Octal 22 301 225 133 0 27 30 245 123 51
Binary 10010 11000001 10010101 1011011 0 10111 11000 10100101 1010011 101001

Color Harmonies of #12C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C195

Black with #12C195

Text Example


Text Example

White with #12C195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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