Html Css Color HEX #12BC99 Caribbean Green

📋 copy color: '#12BC99'

red 18 ◦ green 188 ◦ blue 153

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

Shades of Caribbean Green #12BC99

Tints of Caribbean Green #12BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.37%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 5.01%
G = 52.37%
B = 42.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#12BC99 (or 0x12BC99) is known color: Caribbean Green. HEX triplet: 12, BC and 99. RGB value is (18,188,153). Sum of RGB (Red+Green+Blue) = 18+188+153=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC99 is #ED4366. Grayscale: #858585. Windows color (decimal): -15549287 or 10075154. OLE color: 10075154.

HSL color Cylindrical-coordinate representation of color #12BC99: hue angle of 167.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC99 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 153 -
CMYK 0.90 0 0.19 0.26
HSL 167.65º 0.83% 0.4% -
HSV(B) 167.65º 0.9% 0.74% -
XYZ 23.98 38.39 36.28 -
YUV 133.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 18 188 153 0.90 0 0.19 0.26 167.65 0.83 0.4
Hex 12 BC 99 5A 0 13 1A A8 53 28
Octal 22 274 231 132 0 23 32 250 123 50
Binary 10010 10111100 10011001 1011010 0 10011 11010 10101000 1010011 101000

Color Harmonies of #12BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC99

Black with #12BC99

Text Example


Text Example

White with #12BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,153); }

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

background-color css

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

 a { background-color: rgb(18,188,153); }

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

border-color css

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

 span { border-color: rgb(18,188,153); }

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