Html Css Color HEX #12BC9C Caribbean Green

📋 copy color: '#12BC9C'

red 18 ◦ green 188 ◦ blue 156

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

Shades of Caribbean Green #12BC9C

Tints of Caribbean Green #12BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 4.97%
G = 51.93%
B = 43.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#12BC9C (or 0x12BC9C) is known color: Caribbean Green. HEX triplet: 12, BC and 9C. RGB value is (18,188,156). Sum of RGB (Red+Green+Blue) = 18+188+156=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC9C is #ED4363. Grayscale: #858585. Windows color (decimal): -15549284 or 10271762. OLE color: 10271762.

HSL color Cylindrical-coordinate representation of color #12BC9C: hue angle of 168.71º 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 #12BC9C is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 156 -
CMYK 0.90 0 0.17 0.26
HSL 168.71º 0.83% 0.4% -
HSV(B) 168.71º 0.9% 0.74% -
XYZ 24.23 38.5 37.61 -
YUV 133.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 18 188 156 0.90 0 0.17 0.26 168.71 0.83 0.4
Hex 12 BC 9C 5A 0 11 1A A9 53 28
Octal 22 274 234 132 0 21 32 251 123 50
Binary 10010 10111100 10011100 1011010 0 10001 11010 10101001 1010011 101000

Color Harmonies of #12BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC9C

Black with #12BC9C

Text Example


Text Example

White with #12BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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