Html Css Color HEX #12C398 Caribbean Green

📋 copy color: '#12C398'

red 18 ◦ green 195 ◦ blue 152

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

Shades of Caribbean Green #12C398

Tints of Caribbean Green #12C398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 4.93%
G = 53.42%
B = 41.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#12C398 (or 0x12C398) is known color: Caribbean Green. HEX triplet: 12, C3 and 98. RGB value is (18,195,152). Sum of RGB (Red+Green+Blue) = 18+195+152=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #12C398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C398 is #ED3C67. Grayscale: #898989. Windows color (decimal): -15547496 or 10011410. OLE color: 10011410.

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

Color convert

RGB 18 195 152 -
CMYK 0.91 0 0.22 0.24
HSL 165.42º 0.83% 0.42% -
HSV(B) 165.42º 0.91% 0.76% -
XYZ 25.43 41.43 36.36 -
YUV 137.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 18 195 152 0.91 0 0.22 0.24 165.42 0.83 0.42
Hex 12 C3 98 5B 0 16 18 A5 53 2A
Octal 22 303 230 133 0 26 30 245 123 52
Binary 10010 11000011 10011000 1011011 0 10110 11000 10100101 1010011 101010

Color Harmonies of #12C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C398

Black with #12C398

Text Example


Text Example

White with #12C398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,152); }

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

background-color css

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

 a { background-color: rgb(18,195,152); }

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

border-color css

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

 span { border-color: rgb(18,195,152); }

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